# HG changeset patch # User Glenn Morris # Date 1193512448 0 # Node ID 134547b13d73cb0b7d27a1687211e3567ffc1beb # Parent f240b732dbe0222097e802b34fd643c97f514685 (fortran-tab-mode-string): Revert change merged in from EMACS_22 branch. This code behaves differently on the trunk. diff -r f240b732dbe0 -r 134547b13d73 lisp/progmodes/fortran.el --- a/lisp/progmodes/fortran.el Sat Oct 27 19:12:27 2007 +0000 +++ b/lisp/progmodes/fortran.el Sat Oct 27 19:14:08 2007 +0000 @@ -100,7 +100,7 @@ "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."