Index: auctex/latex.el
diff -u auctex/latex.el:5.374 auctex/latex.el:5.375
--- auctex/latex.el:5.374 Tue May 31 22:56:16 2005
+++ auctex/latex.el Wed Jun 1 07:47:09 2005
@@ -3324,7 +3324,10 @@
"\\|[ \t]*\\($\\|"
TeX-comment-start-regexp "\\)")))
(progn
- (when (string= (string (char-after)) TeX-esc)
+ (when (string=
+ (buffer-substring-no-properties
+ (point) (+ (point) (length TeX-esc)))
+ 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