auctex-diffs
[Top][All Lists]
Advanced

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

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


From: Masayuki Ataka
Subject: [AUCTeX-diffs] Changes to auctex/latex.el
Date: Sun, 22 Jan 2006 15:20:37 +0000

Index: auctex/latex.el
diff -u auctex/latex.el:5.394 auctex/latex.el:5.395
--- auctex/latex.el:5.394       Sat Jan 14 14:41:48 2006
+++ auctex/latex.el     Sun Jan 22 15:20:37 2006
@@ -2800,7 +2800,7 @@
                                      (1- (- (point) linebeg)))
             (save-excursion
               (goto-char (match-beginning 0))
-              (zerop (logand 1 (skip-chars-backward "\\\\")))))
+              (not (TeX-escaped-p (match-beginning 0)))))
       (goto-char (match-beginning 0)))
   ;; Cater for \verb|...| (and similar) contructs which should not be
   ;; broken. (FIXME: Make it work with shortvrb.sty (also loaded by




reply via email to

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