]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak fortran-font-lock-keywords-1.
authorSimon Marshall <simon@gnu.org>
Thu, 10 Aug 1995 14:04:25 +0000 (14:04 +0000)
committerSimon Marshall <simon@gnu.org>
Thu, 10 Aug 1995 14:04:25 +0000 (14:04 +0000)
lisp/progmodes/fortran.el

index 8f7d645a3bf8760c206df8feb090648dadf880ae..97940b00ea7f9d5b0cf9cc49e748dda9d64fe571 100644 (file)
@@ -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)
      ;;