From: Glenn Morris Date: Sat, 27 Oct 2007 19:14:08 +0000 (+0000) Subject: (fortran-tab-mode-string): Revert change merged in from EMACS_22 branch. X-Git-Tag: emacs-pretest-23.0.90~10035 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e9d87d0033820520986ce4edec1685a2a7d02e3;p=emacs.git (fortran-tab-mode-string): Revert change merged in from EMACS_22 branch. This code behaves differently on the trunk. --- diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 9ce55c27780..023e285659a 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -100,7 +100,7 @@ with a character in column 6." "String to appear in mode line in TAB format buffers." :type 'string :group 'fortran-indent) -(put 'fortran-tab-mode-string 'safe-local-variable 'stringp) +(put 'fortran-tab-mode-string 'risky-local-variable t) (defcustom fortran-do-indent 3 "Extra indentation applied to DO blocks."