[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99728: Fix bug ref in previous.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99728: Fix bug ref in previous. |
Date: |
Fri, 09 Apr 2010 19:14:47 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99728
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-04-09 19:14:47 -0700
message:
Fix bug ref in previous.
modified:
lisp/ChangeLog
lisp/progmodes/fortran.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-04-10 02:12:03 +0000
+++ b/lisp/ChangeLog 2010-04-10 02:14:47 +0000
@@ -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 <address@hidden>
=== modified file 'lisp/progmodes/fortran.el'
--- a/lisp/progmodes/fortran.el 2010-04-10 02:12:03 +0000
+++ b/lisp/progmodes/fortran.el 2010-04-10 02:14:47 +0000
@@ -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."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99728: Fix bug ref in previous.,
Glenn Morris <=