]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug ref in previous.
authorGlenn Morris <rgm@gnu.org>
Sat, 10 Apr 2010 02:14:47 +0000 (19:14 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 10 Apr 2010 02:14:47 +0000 (19:14 -0700)
lisp/ChangeLog
lisp/progmodes/fortran.el

index 6e06f5ec72b0b9969acae13a5307c8ec995d03a7..fe1e4b258780363b6f044e484a41e09d9dca359e 100644 (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>
 
index 03f3bbc7af7201bff8da0cc2acfd94a6ff803137..3784ba787c4fbae998fe6f8db5e51170256f7466 100644 (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."