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: Wed, 21 Dec 2005 09:53:19 +0000

Index: auctex/latex.el
diff -u auctex/latex.el:5.392 auctex/latex.el:5.393
--- auctex/latex.el:5.392       Wed Dec 21 09:35:01 2005
+++ auctex/latex.el     Wed Dec 21 09:53:19 2005
@@ -2796,8 +2796,8 @@
   ;; Cater for Japanese Macro
   (when (and (boundp 'japanese-TeX-mode) japanese-TeX-mode
             (aref (char-category-set (char-after)) ?j)
-            (TeX-looking-at-backward (concat (regexp-quote TeX-esc) 
TeX-token-char "+")
-                                     (1- (- (point) 
(line-beginning-position))))
+            (TeX-looking-at-backward (concat (regexp-quote TeX-esc) 
TeX-token-char "*")
+                                     (1- (- (point) linebeg)))
             (save-excursion
               (goto-char (match-beginning 0))
               (zerop (logand 1 (skip-chars-backward "\\\\")))))




reply via email to

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