Index: auctex/latex.el
diff -u auctex/latex.el:5.395 auctex/latex.el:5.396
--- auctex/latex.el:5.395       Sun Jan 22 15:20:37 2006
+++ auctex/latex.el     Mon Jan 23 15:28:39 2006
@@ -2798,9 +2798,7 @@
             (aref (char-category-set (char-after)) ?j)
             (TeX-looking-at-backward (concat (regexp-quote TeX-esc) 
TeX-token-char "*")
                                      (1- (- (point) linebeg)))
-            (save-excursion
-              (goto-char (match-beginning 0))
-              (not (TeX-escaped-p (match-beginning 0)))))
+            (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