From: Richard M. Stallman Date: Sun, 5 Dec 2004 14:19:38 +0000 (+0000) Subject: (sh-indent-for-then): Change default. X-Git-Tag: ttn-vms-21-2-B4~3435 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bae7df154a8e5dc89c968d5863a4e44c1866156a;p=emacs.git (sh-indent-for-then): Change default. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index baf4d96ee7f..336fd874eee 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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)