* progmodes/sh-script.el (sh-indentation): Add safe-local-variable property.
This commit is contained in:
parent
be1320bd57
commit
218da0e9a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue