auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 49e798bafad4cb89e10db


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 49e798bafad4cb89e10dbf8b60a7a34cdb805102
Date: Sun, 1 Nov 2020 03:47:37 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  49e798bafad4cb89e10dbf8b60a7a34cdb805102 (commit)
      from  45d9b8d0d62ca74d20d250b4e239852045f7a69b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 49e798bafad4cb89e10dbf8b60a7a34cdb805102
Author: Tassilo Horn <tsdh@gnu.org>
Date:   Sun Nov 1 09:47:19 2020 +0100

    ; Fix byte-compiler warnings in styles

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"

-----------------------------------------------------------------------

Summary of changes:
 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(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]