aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-10-27 19:14:08 +0000
committerGlenn Morris2007-10-27 19:14:08 +0000
commit7e9d87d0033820520986ce4edec1685a2a7d02e3 (patch)
tree906c85d354815038bcb421e8664be302045d54ea
parente2bd4dd4d099a230e8dccb7914f90bf104e27e41 (diff)
downloademacs-7e9d87d0033820520986ce4edec1685a2a7d02e3.tar.gz
emacs-7e9d87d0033820520986ce4edec1685a2a7d02e3.zip
(fortran-tab-mode-string): Revert change merged in from EMACS_22 branch.
This code behaves differently on the trunk.
-rw-r--r--lisp/progmodes/fortran.el2
1 files changed, 1 insertions, 1 deletions
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."
100 "String to appear in mode line in TAB format buffers." 100 "String to appear in mode line in TAB format buffers."
101 :type 'string 101 :type 'string
102 :group 'fortran-indent) 102 :group 'fortran-indent)
103(put 'fortran-tab-mode-string 'safe-local-variable 'stringp) 103(put 'fortran-tab-mode-string 'risky-local-variable t)
104 104
105(defcustom fortran-do-indent 3 105(defcustom fortran-do-indent 3
106 "Extra indentation applied to DO blocks." 106 "Extra indentation applied to DO blocks."