diff lisp/progmodes/fortran.el @ 12814:33e141d3250f

Tweak fortran-font-lock-keywords-1.
author Simon Marshall <simon@gnu.org>
date Thu, 10 Aug 1995 14:04:25 +0000
parents f4b2913b7f58
children 73b7a6396cbe
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)
      ;;