auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/mdwlist.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/mdwlist.el,v
Date: Sun, 19 Aug 2007 17:27:34 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    07/08/19 17:27:34

Index: mdwlist.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/mdwlist.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- mdwlist.el  25 May 2006 07:50:56 -0000      1.8
+++ mdwlist.el  19 Aug 2007 17:27:34 -0000      1.9
@@ -52,10 +52,10 @@
    ;; Fontification
    (when (and (featurep 'font-latex)
              (eq TeX-install-font-lock 'font-latex-setup))
-     (setq font-latex-match-function-keywords-local
-          (append font-latex-match-function-keywords-local
-                  '("makecompactlist" "suspend" "resume")))
-     (font-latex-match-function-make))))
+     (font-latex-add-keywords '(("makecompactlist" "{{")
+                               ("suspend" "[{")
+                               ("resume" "[{["))
+                             'function))))
 
 (defvar LaTeX-mdwlist-package-options nil
   "Package options for the mdwlist package.")




reply via email to

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