diff options
| author | Dave Love | 1998-04-14 20:57:00 +0000 |
|---|---|---|
| committer | Dave Love | 1998-04-14 20:57:00 +0000 |
| commit | 20ecf81c6f04f7665f6ba5152b32f7e3f5b9c25e (patch) | |
| tree | 967f168fdceceeff3d0133c332ed5406d8aa3f2e | |
| parent | 8b776ea85c6ede2d85189b455ea38eecf270ba23 (diff) | |
| download | emacs-20ecf81c6f04f7665f6ba5152b32f7e3f5b9c25e.tar.gz emacs-20ecf81c6f04f7665f6ba5152b32f7e3f5b9c25e.zip | |
Don't eval-*and*-compile font-lock stuff.
| -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.") | |||
| 255 | (defconst fortran-font-lock-keywords-3 nil | 255 | (defconst fortran-font-lock-keywords-3 nil |
| 256 | "Gaudy level highlighting for Fortran mode.") | 256 | "Gaudy level highlighting for Fortran mode.") |
| 257 | 257 | ||
| 258 | (eval-and-compile | 258 | (eval-when-compile |
| 259 | (let ((comment-chars "c!*") | 259 | (let ((comment-chars "c!*") |
| 260 | (fortran-type-types | 260 | (fortran-type-types |
| 261 | (regexp-opt | 261 | (regexp-opt |