mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * lisp/progmodes/fortran.el: Call 'eval' with lexical binding.
This commit is contained in:
parent
a090e5fe08
commit
30dba74e77
1 changed files with 2 additions and 1 deletions
|
|
@ -502,7 +502,8 @@ This is used to fontify fixed-format Fortran comments."
|
|||
;; line-length will indeed be ignored (and will result in a string that
|
||||
;; leaks into subsequent lines).
|
||||
(,(format "^[^CcDd\\*\t\n].\\{%d\\}\\(.+\\)" (1- line-length))
|
||||
(1 "<")))))
|
||||
(1 "<")))
|
||||
t))
|
||||
|
||||
(defvar fortran-font-lock-keywords fortran-font-lock-keywords-1
|
||||
"Default expressions to highlight in Fortran mode.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue