emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex c8177fd 05/80: * style/listings.el: Require tex.


From: Tassilo Horn
Subject: [elpa] externals/auctex c8177fd 05/80: * style/listings.el: Require tex.el.
Date: Wed, 16 Oct 2019 11:07:06 -0400 (EDT)

branch: externals/auctex
commit c8177fd0bcac1bb7a918295871a73944799199ee
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    * style/listings.el: Require tex.el.
---
 style/listings.el | 3 +++
 1 file changed, 3 insertions(+)

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"



reply via email to

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