diff options
Diffstat (limited to 'lisp/progmodes/sh-script.el')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 56b4b9b0f38..90b2fda36e2 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1186,6 +1186,7 @@ Can be set to a number, or to nil which means leave it as is." | |||
| 1186 | This value is used for the `+' and `-' symbols in an indentation variable." | 1186 | This value is used for the `+' and `-' symbols in an indentation variable." |
| 1187 | :type 'integer | 1187 | :type 'integer |
| 1188 | :group 'sh-indentation) | 1188 | :group 'sh-indentation) |
| 1189 | (put 'sh-basic-offset 'safe-local-variable 'integerp) | ||
| 1189 | 1190 | ||
| 1190 | (defcustom sh-indent-comment nil | 1191 | (defcustom sh-indent-comment nil |
| 1191 | "How a comment line is to be indented. | 1192 | "How a comment line is to be indented. |