branch: externals/auctex commit bacae01861e7c03baa586877709aeaa57bd016ab Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
; Fix byte-compiler warnings in styles --- style/j-article.el | 3 +++ style/j-book.el | 3 +++ style/j-report.el | 3 +++ style/jarticle.el | 3 +++ style/jbook.el | 3 +++ style/jreport.el | 3 +++ style/jsarticle.el | 3 +++ style/jsbook.el | 3 +++ style/jsreport.el | 3 +++ style/jura.el | 2 ++ style/jurabib.el | 3 +++ 11 files changed, 32 insertions(+) diff --git a/style/j-article.el b/style/j-article.el index f0e3961..44571f3 100644 --- a/style/j-article.el +++ b/style/j-article.el @@ -2,6 +2,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + (TeX-add-style-hook "j-article" (lambda () diff --git a/style/j-book.el b/style/j-book.el index b4ea20a..1aeda40 100644 --- a/style/j-book.el +++ b/style/j-book.el @@ -2,6 +2,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + (TeX-add-style-hook "j-book" (lambda () diff --git a/style/j-report.el b/style/j-report.el index fc78236..969b4f7 100644 --- a/style/j-report.el +++ b/style/j-report.el @@ -2,6 +2,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + (TeX-add-style-hook "j-report" (lambda () diff --git a/style/jarticle.el b/style/jarticle.el index f1b7e2f..16f897d 100644 --- a/style/jarticle.el +++ b/style/jarticle.el @@ -2,6 +2,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + (defvar LaTeX-jarticle-class-options '("a4paper" "a5paper" "b4paper" "b5paper" "a4j" "a5j" "b4j" "b5j" "a4p" "b4p" "b5p" "10pt" "11pt" "12pt" "landscape" "tombow" "tombo" diff --git a/style/jbook.el b/style/jbook.el index 7b22598..831aa9a 100644 --- a/style/jbook.el +++ b/style/jbook.el @@ -2,6 +2,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + (defvar LaTeX-jbook-class-options '("a4paper" "a5paper" "b4paper" "b5paper" "a4j" "a5j" "b4j" "b5j" "a4p" "b4p" "b5p" "10pt" "11pt" "12pt" "landscape" "tombow" "tombo" diff --git a/style/jreport.el b/style/jreport.el index 2691589..9f8a333 100644 --- a/style/jreport.el +++ b/style/jreport.el @@ -2,6 +2,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + (defvar LaTeX-jreport-class-options '("a4paper" "a5paper" "b4paper" "b5paper" "a4j" "a5j" "b4j" "b5j" "a4p" "b4p" "b5p" "10pt" "11pt" "12pt" "landscape" "tombow" "tombo" diff --git a/style/jsarticle.el b/style/jsarticle.el index 580ee73..7a3aac7 100644 --- a/style/jsarticle.el +++ b/style/jsarticle.el @@ -2,6 +2,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + (defvar LaTeX-jsarticle-class-options '("a3paper" "a4paper" "a5paper" "a6paper" "b4paper" "b5paper" "b6paper" "a4j" "a5j" "b4j" "b5j" "a4var" "b5var" "letterpaper" "legalpaper" diff --git a/style/jsbook.el b/style/jsbook.el index ef2d5d7..28530fb 100644 --- a/style/jsbook.el +++ b/style/jsbook.el @@ -2,6 +2,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + (defvar LaTeX-jsbook-class-options '("a3paper" "a4paper" "a5paper" "a6paper" "b4paper" "b5paper" "b6paper" "a4j" "a5j" "b4j" "b5j" "a4var" "b5var" "letterpaper" "legalpaper" diff --git a/style/jsreport.el b/style/jsreport.el index 14e73c8..0c05c20 100644 --- a/style/jsreport.el +++ b/style/jsreport.el @@ -30,6 +30,9 @@ ;;; Code: +(require 'tex) +(require 'latex) + (defvar LaTeX-jsreport-class-options '("a3paper" "a4paper" "a5paper" "a6paper" "b4paper" "b5paper" "b6paper" "a4j" "a5j" "b4j" "b5j" "a4var" "b5var" "letterpaper" "legalpaper" diff --git a/style/jura.el b/style/jura.el index 8925a79..920db7f 100644 --- a/style/jura.el +++ b/style/jura.el @@ -29,6 +29,8 @@ ;;; Code: +(require 'tex) + (TeX-add-style-hook "jura" (lambda () diff --git a/style/jurabib.el b/style/jurabib.el index 59c8202..64e4ee3 100644 --- a/style/jurabib.el +++ b/style/jurabib.el @@ -35,6 +35,9 @@ ;;; Code: +(require 'tex) +(require 'tex-style) + ;; Silence the compiler: (declare-function font-latex-add-keywords "font-latex"