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


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

Reply via email to