emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el, v [EMACS_22_BA


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el, v [EMACS_22_BASE]
Date: Thu, 25 Oct 2007 03:57:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/10/25 03:57:21

Index: fortran.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/fortran.el,v
retrieving revision 1.126.2.4
retrieving revision 1.126.2.5
diff -u -b -r1.126.2.4 -r1.126.2.5
--- fortran.el  23 Oct 2007 06:52:04 -0000      1.126.2.4
+++ fortran.el  25 Oct 2007 03:57:21 -0000      1.126.2.5
@@ -154,7 +154,7 @@
   :version "21.1"
   :type    'regexp
   :group   'fortran-comment)
-;; FIXME is an arbitrary regexp safe?
+(put 'fortran-comment-line-start-skip 'safe-local-variable 'stringp)
 
 (defcustom fortran-directive-re
   "^[ \t]*#.*"
@@ -164,7 +164,7 @@
   :version "22.1"
   :type    'regexp
   :group   'fortran-indent)
-;; FIXME is an arbitrary regexp safe?
+(put 'fortran-directive-re 'safe-local-variable 'stringp)
 
 (defcustom fortran-minimum-statement-indent-fixed 6
   "*Minimum statement indentation for fixed format continuation style."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]