aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/fortran.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-05-07 02:59:40 +0000
committerGlenn Morris <[email protected]>2008-05-07 02:59:40 +0000
commita4c687e03e292e9472ab0a2f8fe8c2638b1c271c (patch)
tree7c1b6c1d65a32b1d8584d7193326604acdaad974 /lisp/progmodes/fortran.el
parent93fd3b3010cae8a68ec0e00684ddacb78a52c537 (diff)
(fortran-mode): Fix font-lock-syntactic-keywords oddness.
Diffstat (limited to 'lisp/progmodes/fortran.el')
-rw-r--r--lisp/progmodes/fortran.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index 3d6d2914a5..467237ae1a 100644
--- a/lisp/progmodes/fortran.el
+++ b/lisp/progmodes/fortran.el
@@ -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)