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: Mon, 23 Jan 2006 15:28:39 +0000

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




reply via email to

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