diff options
Diffstat (limited to 'lisp/progmodes/sh-script.el')
-rw-r--r-- | lisp/progmodes/sh-script.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index aa65ebda37c..57baecef17d 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1189,10 +1189,6 @@ punctuation characters like '-'." (defvar sh-indent-supported-here nil "Non-nil if we support indentation for the current buffer's shell type.") -(defconst sh-electric-rparen-needed - '((sh . t)) - "Non-nil if the shell type needs an electric handling of case alternatives.") - (defconst sh-var-list '( sh-basic-offset sh-first-lines-indent sh-indent-after-case |