]> git.eshelyaron.com Git - emacs.git/commitdiff
(fortran-tab-mode-string): Revert change merged in from EMACS_22 branch.
authorGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2007 19:14:08 +0000 (19:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2007 19:14:08 +0000 (19:14 +0000)
This code behaves differently on the trunk.

lisp/progmodes/fortran.el

index 9ce55c277805e22cbd57616647e4d8258b0992c3..023e285659a0bfbface2d48e834c8ed7a670e70d 100644 (file)
@@ -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."