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 04:44:52 -0400

Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.114 auctex/font-latex.el:5.115
--- auctex/font-latex.el:5.114  Tue May 10 07:43:08 2005
+++ auctex/font-latex.el        Tue May 10 08:44:52 2005
@@ -1085,7 +1085,8 @@
       (progn
        (when (bolp) (skip-chars-forward "%"))
        (skip-chars-forward " \t\n")
-       (while (looking-at "^%* [ \t]*$") (beginning-of-line 2))
+       (while (and (looking-at "^%*[ \t]*$") (not (eobp)))
+         (beginning-of-line 2))
        (when (bolp) (skip-chars-forward "%"))
        (skip-chars-forward " \t")
        (when (eq (char-after) ?%)




reply via email to

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