From d232ea9da09685f1a0d824779c9628769af1339d Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Thu, 10 Aug 1995 14:04:25 +0000 Subject: [PATCH] Tweak fortran-font-lock-keywords-1. --- 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 8f7d645a3bf..97940b00ea7 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -195,7 +195,7 @@ This variable used in TAB format mode.") ;; Fontify comments and strings. We assume that strings cannot be quoted. (cons (concat "^[" comment-chars "].*") 'font-lock-comment-face) '(fortran-match-!-comment . font-lock-comment-face) - (list (concat "^[^" comment-chars "\t]" (make-string 71 ?.) "\\(.*\\)") + (list (concat "^[^" comment-chars "\t\n]" (make-string 71 ?.) "\\(.*\\)") '(1 font-lock-comment-face)) '("'[^'\n]*'?" . font-lock-string-face) ;; -- 2.39.2