diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-06-18 14:37:12 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-06-18 14:37:12 +0000 |
commit | 35cb44585e96254328f04fb50829e5194519353c (patch) | |
tree | 40386927ce017d1f53c4a1b1265c26b613fb03b5 /lisp | |
parent | 0cf0138e2d3c5027ec8d95ad487c1e9a54f324aa (diff) | |
download | emacs-35cb44585e96254328f04fb50829e5194519353c.tar.gz emacs-35cb44585e96254328f04fb50829e5194519353c.tar.bz2 emacs-35cb44585e96254328f04fb50829e5194519353c.zip |
(sh-electric-rparen-needed): Remove.
Diffstat (limited to 'lisp')
-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 |