]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-indent-for-then): Change default.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Dec 2004 14:19:38 +0000 (14:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Dec 2004 14:19:38 +0000 (14:19 +0000)
lisp/progmodes/sh-script.el

index baf4d96ee7f395ef1842078d1bc4a9d77b6a2126..336fd874eee5c777537cb6dd5f0da930d963f365 100644 (file)
@@ -1102,7 +1102,7 @@ does not affect then else elif or fi statements themselves."
   :type `(choice ,@ sh-number-or-symbol-list )
   :group 'sh-indentation)
 
-(defcustom sh-indent-for-then '+
+(defcustom sh-indent-for-then 0
   "*How much to indent a then relative to an if."
   :type `(choice ,@ sh-number-or-symbol-list )
   :group 'sh-indentation)