branch: externals/auctex commit 596e8ba1975f89469c61776b57626582ecceb387 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
; Fix byte-compile warnings in styles --- style/nameref.el | 2 ++ style/natbib.el | 3 +++ style/naustrian.el | 2 ++ style/newfloat.el | 1 + style/newpxmath.el | 2 ++ style/newpxtext.el | 2 ++ style/newtxmath.el | 2 ++ style/newtxsf.el | 2 ++ style/newtxtext.el | 2 ++ style/newtxttt.el | 2 ++ style/newzealand.el | 2 ++ style/ngerman.el | 3 +++ style/nomencl.el | 2 ++ style/ntheorem.el | 4 ++++ 14 files changed, 31 insertions(+) diff --git a/style/nameref.el b/style/nameref.el index a89aa3b..8535522 100644 --- a/style/nameref.el +++ b/style/nameref.el @@ -29,6 +29,8 @@ ;;; Code: +(require 'tex) + ;; Silence the compiler: (declare-function font-latex-add-keywords "font-latex" diff --git a/style/natbib.el b/style/natbib.el index 88164f6..42c6416 100644 --- a/style/natbib.el +++ b/style/natbib.el @@ -26,6 +26,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + ;; Silence the compiler: (declare-function font-latex-add-keywords "font-latex" diff --git a/style/naustrian.el b/style/naustrian.el index 297f825..63ca440 100644 --- a/style/naustrian.el +++ b/style/naustrian.el @@ -31,6 +31,8 @@ ;;; Code: +(require 'tex) + (TeX-add-style-hook "naustrian" (lambda () diff --git a/style/newfloat.el b/style/newfloat.el index 5246f2f..e34e02e 100644 --- a/style/newfloat.el +++ b/style/newfloat.el @@ -56,6 +56,7 @@ ;; Needed for auto-parsing: (require 'tex) +(require 'latex) ;; Silence the compiler: (declare-function font-latex-add-keywords diff --git a/style/newpxmath.el b/style/newpxmath.el index a52a14c..8e8c0ac 100644 --- a/style/newpxmath.el +++ b/style/newpxmath.el @@ -31,6 +31,8 @@ ;;; Code: +(require 'tex) + (TeX-add-style-hook "newpxmath" (lambda () diff --git a/style/newpxtext.el b/style/newpxtext.el index 678812a..d0929ca 100644 --- a/style/newpxtext.el +++ b/style/newpxtext.el @@ -31,6 +31,8 @@ ;;; Code: +(require 'tex) + ;; Silence the compiler: (declare-function font-latex-add-keywords "font-latex" diff --git a/style/newtxmath.el b/style/newtxmath.el index e8cad0d..cf09156 100644 --- a/style/newtxmath.el +++ b/style/newtxmath.el @@ -31,6 +31,8 @@ ;;; Code: +(require 'tex) + (TeX-add-style-hook "newtxmath" (lambda () diff --git a/style/newtxsf.el b/style/newtxsf.el index 4abf775..901c83b 100644 --- a/style/newtxsf.el +++ b/style/newtxsf.el @@ -31,6 +31,8 @@ ;;; Code: +(require 'tex) + (TeX-add-style-hook "newtxsf" (lambda () diff --git a/style/newtxtext.el b/style/newtxtext.el index c939b81..578eb77 100644 --- a/style/newtxtext.el +++ b/style/newtxtext.el @@ -31,6 +31,8 @@ ;;; Code: +(require 'tex) + ;; Silence the compiler: (declare-function font-latex-add-keywords "font-latex" diff --git a/style/newtxttt.el b/style/newtxttt.el index 421ad7f..f9ea0b9 100644 --- a/style/newtxttt.el +++ b/style/newtxttt.el @@ -31,6 +31,8 @@ ;;; Code: +(require 'tex) + ;; Silence the compiler: (declare-function font-latex-add-keywords "font-latex" diff --git a/style/newzealand.el b/style/newzealand.el index 2c400c2..9acead5 100644 --- a/style/newzealand.el +++ b/style/newzealand.el @@ -31,6 +31,8 @@ ;;; Code: +(require 'tex) + (TeX-add-style-hook "newzealand" (lambda () diff --git a/style/ngerman.el b/style/ngerman.el index 54601ac..174eca2 100644 --- a/style/ngerman.el +++ b/style/ngerman.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/nomencl.el b/style/nomencl.el index 94697c8..3cfc5f8 100644 --- a/style/nomencl.el +++ b/style/nomencl.el @@ -30,6 +30,8 @@ ;;; Code: +(require 'tex) + ;; Silence the compiler: (declare-function font-latex-add-keywords "font-latex" diff --git a/style/ntheorem.el b/style/ntheorem.el index f5222eb..2df3a1a 100644 --- a/style/ntheorem.el +++ b/style/ntheorem.el @@ -36,6 +36,10 @@ ;;; Code +(require 'crm) +(require 'tex) +(require 'latex) + ;; Silence the compiler: (declare-function font-latex-add-keywords "font-latex"