branch: externals/auctex
commit c8177fd0bcac1bb7a918295871a73944799199ee
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* 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"