changeset 85700:134547b13d73

(fortran-tab-mode-string): Revert change merged in from EMACS_22 branch. This code behaves differently on the trunk.
author Glenn Morris <rgm@gnu.org>
date Sat, 27 Oct 2007 19:14:08 +0000
parents f240b732dbe0
children a716b9a57af8
files lisp/progmodes/fortran.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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."