auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/font-latex.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/font-latex.el
Date: Thu, 20 Oct 2005 06:55:12 -0400

Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.141 auctex/font-latex.el:5.142
--- auctex/font-latex.el:5.141  Sun Oct  2 13:19:48 2005
+++ auctex/font-latex.el        Thu Oct 20 10:55:12 2005
@@ -642,7 +642,7 @@
   (dolist (item
           '(("\\(^\\|[^\\]\\)\\(&+\\)" 2 'font-latex-warning-face)
             ("\\$\\$\\([^$]+\\)\\$\\$" 1 'font-latex-math-face)
-            (font-latex-match-quotation 0 'font-latex-string-face)))
+            (font-latex-match-quotation (0 'font-latex-string-face append))))
     (add-to-list 'font-latex-keywords-1 item)
     (add-to-list 'font-latex-keywords-2 item))
   (dolist (item 




reply via email to

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