[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el,v |
Date: |
Fri, 03 Aug 2007 03:19:36 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 07/08/03 03:19:36
Index: fortran.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/fortran.el,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -b -r1.128 -r1.129
--- fortran.el 1 Aug 2007 06:18:16 -0000 1.128
+++ fortran.el 3 Aug 2007 03:19:36 -0000 1.129
@@ -441,7 +441,7 @@
This varies according to the value of `fortran-line-length'.
This is used to fontify fixed-format Fortran comments."
`(("^[cd\\*]" 0 (11))
- (,(format "^[^cd\\*\t\n].\\{%d\\}\\([^\n]+\\)" fortran-line-length)
+ (,(format "^[^cd\\*\t\n].\\{%d\\}\\([^\n]+\\)" (1- fortran-line-length))
1 (11))))
(defvar fortran-font-lock-keywords fortran-font-lock-keywords-1