diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-03 06:40:58 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-03 06:40:58 +0000 |
commit | 218da0e9a709d27c90d54440549d84b5beedcb6a (patch) | |
tree | 7074cbaf74229e6585ff8a2a9bcab88d1408de57 /lisp | |
parent | be1320bd57092ee6799209dbd884822d12da35e3 (diff) | |
download | emacs-218da0e9a709d27c90d54440549d84b5beedcb6a.tar.gz |
* progmodes/sh-script.el (sh-indentation): Add safe-local-variable property.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 959c1685a74..786229c4eb9 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -543,7 +543,7 @@ sign. See `sh-feature'." "The width for further indentation in Shell-Script mode." :type 'integer :group 'sh-script) - +(put 'sh-indentation 'safe-local-variable 'integerp) (defcustom sh-remember-variable-min 3 "*Don't remember variables less than this length for completing reads." |