]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/fortran.el
SQL mode version 2.1
[gnu-emacs] / lisp / progmodes / fortran.el
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."