changeset 12814:33e141d3250f

Tweak fortran-font-lock-keywords-1.
author Simon Marshall <simon@gnu.org>
date Thu, 10 Aug 1995 14:04:25 +0000
parents c9ed95ec05b6
children da8a788528dd
files lisp/progmodes/fortran.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el	Thu Aug 10 13:57:18 1995 +0000
+++ b/lisp/progmodes/fortran.el	Thu Aug 10 14:04:25 1995 +0000
@@ -195,7 +195,7 @@
      ;; 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)
      ;;