[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. c8177fd0bcac1bb7a9182
From: |
Arash Esbati |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. c8177fd0bcac1bb7a918295871a73944799199ee |
Date: |
Mon, 11 Feb 2019 15:51:54 -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 c8177fd0bcac1bb7a918295871a73944799199ee (commit)
from c5311488289e204f644151c8fed68a2e89177fa7 (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 c8177fd0bcac1bb7a918295871a73944799199ee
Author: Arash Esbati <address@hidden>
Date: Mon Feb 11 21:51:21 2019 +0100
* style/listings.el: Require tex.el.
diff --git a/style/listings.el b/style/listings.el
index c488c51..598574c 100644
--- a/style/listings.el
+++ b/style/listings.el
@@ -46,6 +46,9 @@
(eval-when-compile
(require 'cl-lib))
+;; Needed for auto-parsing:
+(require 'tex)
+
;; Silence the compiler:
(declare-function font-latex-add-keywords
"font-latex"
-----------------------------------------------------------------------
Summary of changes:
style/listings.el | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. c8177fd0bcac1bb7a918295871a73944799199ee,
Arash Esbati <=