Fix bug ref in previous.

This commit is contained in:
Glenn Morris 2010-04-09 19:14:47 -07:00
parent 119850e927
commit 0a23b2c303
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
* progmodes/fortran.el (fortran-match-and-skip-declaration):
New function.
(fortran-font-lock-keywords-3): Use it. (Bug#1835)
(fortran-font-lock-keywords-3): Use it. (Bug#1385)
2010-04-07 Kenichi Handa <handa@m17n.org>

View file

@ -403,7 +403,7 @@ program\\|subroutine\\)\\>[ \t]*\\(\\sw+\\)?"
'("^ *\\([0-9]+\\)" . font-lock-constant-face)))
"Medium level highlighting for Fortran mode.")
;; See bug#1835. Never really looked into _why_ this matters...
;; See bug#1385. Never really looked into _why_ this matters...
(defun fortran-match-and-skip-declaration (limit)
"Like `font-lock-match-c-style-declaration-item-and-skip-to-next'.
The only difference is, it returns t in a case when the default returns nil."