emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 30dba74 2/2: ; * lisp/progmodes/fortran.el: Call 'eval' with lexi


From: Mattias Engdegård
Subject: master 30dba74 2/2: ; * lisp/progmodes/fortran.el: Call 'eval' with lexical binding.
Date: Thu, 22 Oct 2020 12:33:45 -0400 (EDT)

branch: master
commit 30dba74e77baa31af32bc7044146d69965220ad7
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/progmodes/fortran.el: Call 'eval' with lexical binding.
---
 lisp/progmodes/fortran.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index 206d1f2..d84c379 100644
--- a/lisp/progmodes/fortran.el
+++ b/lisp/progmodes/fortran.el
@@ -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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]