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) ?\{))


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

Reply via email to