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. cbfa1dbd80ea3f08b4528


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. cbfa1dbd80ea3f08b452811709b1a8c27ea6210f
Date: Sun, 1 Nov 2020 04:09:46 -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  cbfa1dbd80ea3f08b452811709b1a8c27ea6210f (commit)
      from  49e798bafad4cb89e10dbf8b60a7a34cdb805102 (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 cbfa1dbd80ea3f08b452811709b1a8c27ea6210f
Author: Tassilo Horn <tsdh@gnu.org>
Date:   Sun Nov 1 10:09:29 2020 +0100

    ; Fix byte-compiler warnings in styles

diff --git a/style/harvard.el b/style/harvard.el
index 79d653b..fdd3233 100644
--- a/style/harvard.el
+++ b/style/harvard.el
@@ -25,6 +25,9 @@
 
 ;;; Code:
 
+(require 'tex)
+(require 'latex)
+
 (TeX-add-style-hook
  "harvard"
  (lambda ()
diff --git a/style/hologo.el b/style/hologo.el
index ac18e53..d1cbdbe 100644
--- a/style/hologo.el
+++ b/style/hologo.el
@@ -31,6 +31,8 @@
 
 ;;; Code:
 
+(require 'tex)
+
 ;; Silence the compiler:
 (declare-function font-latex-add-keywords
                  "font-latex"
diff --git a/style/hyperref.el b/style/hyperref.el
index 9b2ae21..b2dfa0a 100644
--- a/style/hyperref.el
+++ b/style/hyperref.el
@@ -30,6 +30,9 @@
 
 ;;; Code:
 
+(require 'tex)
+(require 'latex)
+
 ;; Silence the compiler:
 (declare-function font-latex-add-keywords
                  "font-latex"

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

Summary of changes:
 style/harvard.el  | 3 +++
 style/hologo.el   | 2 ++
 style/hyperref.el | 3 +++
 3 files changed, 8 insertions(+)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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