auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/font-latex.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/font-latex.el
Date: Fri, 08 Apr 2005 03:33:11 -0400

Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.104 auctex/font-latex.el:5.105
--- auctex/font-latex.el:5.104  Mon Apr  4 17:24:41 2005
+++ auctex/font-latex.el        Fri Apr  8 07:33:10 2005
@@ -1182,7 +1182,7 @@
        (goto-char (match-end 0))
        (if (and asterisk (eq (following-char) ?\*))
            (forward-char 1))
-       (skip-chars-forward " \n\t" limit)
+       (while (and (forward-comment 1) (< (point) limit)))
        (setq kend (point))
        ;; Optional arguments [...]
        (while (and (< (point) limit)
@@ -1198,7 +1198,7 @@
              (goto-char send))))
        ;; Mandatory arguments {...}
        (dotimes (i arg-count)
-         (skip-chars-forward " \n\t" limit)
+         (while (and (forward-comment 1) (< (point) limit)))
          (when (and (< (point) limit)
                     (eq (following-char) ?\{))
            (when (= i 0) (setq cbeg (point)))




reply via email to

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