[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex 49e798b 42/62: ; Fix byte-compile
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex 49e798b 42/62: ; Fix byte-compiler warnings in styles |
Date: |
Sun, 20 Dec 2020 10:40:02 -0500 (EST) |
branch: externals/auctex
commit 49e798bafad4cb89e10dbf8b60a7a34cdb805102
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>
; Fix byte-compiler warnings in styles
---
style/geometry.el | 6 +++---
style/german.el | 3 +++
style/gloss-italian.el | 3 +++
style/graphics.el | 3 +++
style/graphicx.el | 4 ++++
5 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/style/geometry.el b/style/geometry.el
index 47d8f85..7a2fb49 100644
--- a/style/geometry.el
+++ b/style/geometry.el
@@ -31,6 +31,9 @@
;;; Code:
+(require 'tex)
+(require 'latex)
+
;; Silence the compiler:
(declare-function font-latex-add-keywords
"font-latex"
@@ -85,9 +88,6 @@
("mag") ("truedimen") ("pass") ("showframe") ("showcrop"))
"Key=value options allowed only in the preamble for geometry macros.")
-;; Needed for auto-parsing.
-(require 'tex)
-
;; Setup for \savegeometry:
(TeX-auto-add-type "geometry-savegeometry" "LaTeX" "geometry-savegeometries")
diff --git a/style/german.el b/style/german.el
index 58e32e5..74df22b 100644
--- a/style/german.el
+++ b/style/german.el
@@ -8,6 +8,9 @@
;;; Code:
+(require 'tex)
+(require 'latex)
+
;; Silence the compiler:
(declare-function font-latex-add-quotes
"font-latex"
diff --git a/style/gloss-italian.el b/style/gloss-italian.el
index b8e9d0f..6c328b9 100644
--- a/style/gloss-italian.el
+++ b/style/gloss-italian.el
@@ -29,6 +29,9 @@
;;; Code:
+(require 'tex)
+(require 'latex)
+
;; Silence the compiler:
(declare-function font-latex-add-quotes
"font-latex"
diff --git a/style/graphics.el b/style/graphics.el
index 264c578..4cdd31c 100644
--- a/style/graphics.el
+++ b/style/graphics.el
@@ -5,6 +5,9 @@
;; Load "graphicx" explicitly to access `LaTeX-graphicx-package-options'
;; before running style hook "graphics". This is necessary to have
;; support for completion of package options of "usepackage".
+
+(require 'tex)
+
(TeX-load-style "graphicx")
(defvar LaTeX-graphics-package-options LaTeX-graphicx-package-options)
diff --git a/style/graphicx.el b/style/graphicx.el
index b425e7e..42087bf 100644
--- a/style/graphicx.el
+++ b/style/graphicx.el
@@ -32,6 +32,10 @@
;;; Code:
+(require 'crm)
+(require 'tex)
+(require 'latex)
+
;; Silence the compiler:
(declare-function font-latex-add-keywords
"font-latex"
- [AUCTeX-diffs] [elpa] externals/auctex 7288b93 31/62: Merge branch 'my-fix' into master, (continued)
- [AUCTeX-diffs] [elpa] externals/auctex 7288b93 31/62: Merge branch 'my-fix' into master, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex f9387c6 27/62: ; use with-no-warnings instead of with-suppressed-warnings for compat, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 072cfc7 28/62: ; Convert suffix to pattern rule, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 3fa1baa 32/62: ; Improve dynvars check, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 45d9b8d 41/62: ; Fix byte-compiler warnings in styles, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex f1f71c2 36/62: ; Fix byte-compiler warnings in styles, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 2b9b3a8 09/62: Enable lexical-binding in all style files., Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex a9c37b7 29/62: ; Add new make target dynvars-check, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex b8c2bef 34/62: ; Fix byte-compiler warnings in latex.el, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 54b40b3 40/62: ; Fix byte-compiler warnings in styles, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 49e798b 42/62: ; Fix byte-compiler warnings in styles,
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex cad3da0 47/62: ; Fix byte-compile warnings in styles, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 70dc031 38/62: ; Fix more byte-compiler warnings in styles, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 7d87b2a 39/62: ; Fix more byte-compiler warnings in styles, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 596e8ba 48/62: ; Fix byte-compile warnings in styles, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 471748b 46/62: ; Fix byte-compiler warnings in styles, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex feaddc3 25/62: Delete unused ispell code from 1994., Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 3c129fb 49/62: ; Fix byte-compile warnings in styles, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 3982971 37/62: Rename LaTeX-dialect to TeX-dialect., Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex 59c40b0 30/62: Ensure the trailing slash for directory, Tassilo Horn, 2020/12/20
- [AUCTeX-diffs] [elpa] externals/auctex cbfa1db 43/62: ; Fix byte-compiler warnings in styles, Tassilo Horn, 2020/12/20