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.")
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs