diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/fortran.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index da30a95d0f7..8937218dfbc 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -255,7 +255,7 @@ format style.") (defconst fortran-font-lock-keywords-3 nil "Gaudy level highlighting for Fortran mode.") -(eval-and-compile +(eval-when-compile (let ((comment-chars "c!*") (fortran-type-types (regexp-opt |