From 0a23b2c3033d8eae52e0861aa5d3a66b628a99b5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 9 Apr 2010 19:14:47 -0700 Subject: [PATCH] Fix bug ref in previous. --- lisp/ChangeLog | 2 +- lisp/progmodes/fortran.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6e06f5ec72b..fe1e4b25878 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 03f3bbc7af7..3784ba787c4 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -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." -- 2.39.5