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: Tue, 10 May 2005 03:43:08 -0400

Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.113 auctex/font-latex.el:5.114
--- auctex/font-latex.el:5.113  Tue May 10 07:42:35 2005
+++ auctex/font-latex.el        Tue May 10 07:43:08 2005
@@ -1265,8 +1265,6 @@
        (if (and asterisk (eq (following-char) ?\*))
            (forward-char 1))
        (setq kend (point))
-       ;; FIXME: `forward-comment' should disregard comment starters
-       ;; at line beginnings. (Performace hog!)
        (while (and (< (point) limit) (font-latex-forward-comment)))
        ;; Optional arguments [...]
        (while (and (< (point) limit)
@@ -1282,8 +1280,6 @@
              (goto-char send))))
        ;; Mandatory arguments {...}
        (dotimes (i arg-count)
-         ;; FIXME: `forward-comment' should disregard comment starters
-         ;; at line beginnings. (Performace hog!)
          (while (and (< (point) limit) (font-latex-forward-comment)))
          (when (and (< (point) limit)
                     (eq (following-char) ?\{))




reply via email to

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