Mercurial > emacs
comparison lisp/progmodes/fortran.el @ 21538:7312e8eb2568
Don't eval-*and*-compile font-lock stuff.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 14 Apr 1998 20:57:00 +0000 |
parents | 79711f0f4079 |
children | 6300c1c645da |
comparison
equal
deleted
inserted
replaced
21537:4a716088f0b4 | 21538:7312e8eb2568 |
---|---|
253 "Medium level highlighting for Fortran mode.") | 253 "Medium level highlighting for Fortran mode.") |
254 | 254 |
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 |
262 (let ((simple-types '("character" "byte" "integer" "logical" | 262 (let ((simple-types '("character" "byte" "integer" "logical" |
263 "none" "real" "complex" | 263 "none" "real" "complex" |