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)


_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to