Index: auctex/latex.el
diff -u auctex/latex.el:5.373 auctex/latex.el:5.374
--- auctex/latex.el:5.373       Tue May 31 22:33:15 2005
+++ auctex/latex.el     Tue May 31 22:56:16 2005
@@ -3324,7 +3324,7 @@
                                           "\\|[ \t]*\\($\\|"
                                           TeX-comment-start-regexp "\\)")))
                                (progn
-                                 (when (eq (char-after) ?\\)
+                                 (when (string= (string (char-after)) TeX-esc)
                                    (goto-char (TeX-find-macro-end)))
                                  (forward-line 1)
                                  (setq end-point (if (< (point) start)


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

Reply via email to