[Top][All Lists]
[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)))
- [AUCTeX-diffs] Changes to auctex/font-latex.el,
Ralf Angeli <=
- [AUCTeX-diffs] Changes to auctex/font-latex.el, Reiner Steib, 2005/04/22
- [AUCTeX-diffs] Changes to auctex/font-latex.el, Ralf Angeli, 2005/04/23
- [AUCTeX-diffs] Changes to auctex/font-latex.el, Reiner Steib, 2005/04/26
- [AUCTeX-diffs] Changes to auctex/font-latex.el, Reiner Steib, 2005/04/28
- [AUCTeX-diffs] Changes to auctex/font-latex.el, Reiner Steib, 2005/04/28