Mercurial > emacs
changeset 79662:f0e20a14ba94
* progmodes/sh-script.el (sh-indentation): Add safe-local-variable property.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 03 Jan 2008 06:40:58 +0000 |
parents | c273395cbfd3 |
children | f1019ace895b |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Thu Jan 03 06:40:12 2008 +0000 +++ b/lisp/progmodes/sh-script.el Thu Jan 03 06:40:58 2008 +0000 @@ -543,7 +543,7 @@ "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."