From: Dan Nicolaescu Date: Thu, 3 Jan 2008 06:40:58 +0000 (+0000) Subject: * progmodes/sh-script.el (sh-indentation): Add safe-local-variable property. X-Git-Tag: emacs-pretest-22.1.90~202 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=218da0e9a709d27c90d54440549d84b5beedcb6a;p=emacs.git * progmodes/sh-script.el (sh-indentation): Add safe-local-variable property. --- 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."