auctex-commit
[Top][All Lists]
Advanced

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

[AUCTeX-commit] Changes to auctex/font-latex.el,v


From: Ralf Angeli
Subject: [AUCTeX-commit] Changes to auctex/font-latex.el,v
Date: Sun, 15 Apr 2007 10:11:12 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    07/04/15 10:11:11

Index: font-latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/font-latex.el,v
retrieving revision 5.165
retrieving revision 5.166
diff -u -b -r5.165 -r5.166
--- font-latex.el       9 Apr 2007 15:46:46 -0000       5.165
+++ font-latex.el       15 Apr 2007 10:11:11 -0000      5.166
@@ -1591,9 +1591,10 @@
                           limit t)
     (let ((beg (match-end 0)) end)
       (if (re-search-forward (concat "\\\\end[ \t]*{"
+                                    (regexp-quote
                                     (buffer-substring-no-properties
                                      (match-beginning 1)
-                                     (match-end 0)))
+                                      (match-end 0))))
                             ;; XXX: Should this rather be done by
                             ;; extending the region to be fontified?
                             (+ limit font-latex-multiline-boundary) 'move)




reply via email to

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