changeset 107931:db7a670d5832

Fix bug ref in previous.
author Glenn Morris <rgm@gnu.org>
date Fri, 09 Apr 2010 19:14:47 -0700
parents 470fef5038b3
children 9b8dfcd5e0b0
files lisp/ChangeLog lisp/progmodes/fortran.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 09 19:12:03 2010 -0700
+++ b/lisp/ChangeLog	Fri Apr 09 19:14:47 2010 -0700
@@ -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>
 
--- a/lisp/progmodes/fortran.el	Fri Apr 09 19:12:03 2010 -0700
+++ b/lisp/progmodes/fortran.el	Fri Apr 09 19:14:47 2010 -0700
@@ -403,7 +403,7 @@
            '("^ *\\([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."