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 "\\\\")))))


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

Reply via email to