From: Richard M. Stallman Date: Tue, 10 May 2005 09:13:04 +0000 (+0000) Subject: (sh-indent-for-do): Default to 0. X-Git-Tag: ttn-vms-21-2-B4~411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f0f48c040ce7767452d34462e7f0897ede70096;p=emacs.git (sh-indent-for-do): Default to 0. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 55ea460e421..70172e22732 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1126,7 +1126,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-do '* +(defcustom sh-indent-for-do 0 "*How much to indent a do statement. This is relative to the statement before the do, i.e. the while until or for statement."