mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
(fortran-comment-line-start-skip, fortran-directive-re):
Mark these regexps as safe if they are strings.
This commit is contained in:
parent
c8da8483a3
commit
be6a2f1a5a
1 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ You might want to change this to \"*\", for instance."
|
|||
: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 @@ The matching line will be given zero indentation."
|
|||
: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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue