mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(fortran-mode): Fix font-lock-syntactic-keywords oddness.
This commit is contained in:
parent
93fd3b3010
commit
a4c687e03e
@ -1,3 +1,11 @@
|
||||
2008-05-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* subr.el (ignore-errors): Move here from cl-macs.el.
|
||||
* emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
|
||||
|
||||
* progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
|
||||
oddness.
|
||||
|
||||
2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
|
||||
|
||||
* vc-hooks.el (vc-find-file-hook),
|
||||
|
@ -849,7 +849,7 @@ with no args, if that value is non-nil."
|
||||
nil t ((?/ . "$/") ("_$" . "w"))
|
||||
fortran-beginning-of-subprogram
|
||||
(font-lock-syntactic-keywords
|
||||
. (fortran-font-lock-syntactic-keywords))))
|
||||
. fortran-font-lock-syntactic-keywords)))
|
||||
(set (make-local-variable 'imenu-case-fold-search) t)
|
||||
(set (make-local-variable 'imenu-generic-expression)
|
||||
fortran-imenu-generic-expression)
|
||||
|
Loading…
Reference in New Issue
Block a user