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,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/font-latex.el,v
Date: Tue, 25 Jul 2006 17:30:36 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    06/07/25 17:30:35

Index: font-latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/font-latex.el,v
retrieving revision 5.160
retrieving revision 5.161
diff -u -b -r5.160 -r5.161
--- font-latex.el       25 Jul 2006 16:45:50 -0000      5.160
+++ font-latex.el       25 Jul 2006 17:30:35 -0000      5.161
@@ -1481,7 +1481,7 @@
          (regexp-opt (mapcar 'car font-latex-quote-list) t)))
   ;; Search for matches.
   (catch 'match
-    (while (re-search-forward font-latex-quote-regexp-beg limit t)
+    (while (TeX-re-search-forward-unescaped font-latex-quote-regexp-beg limit 
t)
       (unless (font-latex-faces-present-p '(font-lock-comment-face
                                            font-latex-verbatim-face
                                            font-latex-math-face)




reply via email to

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