From 20ecf81c6f04f7665f6ba5152b32f7e3f5b9c25e Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 14 Apr 1998 20:57:00 +0000 Subject: [PATCH] Don't eval-*and*-compile font-lock stuff. --- lisp/progmodes/fortran.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT