]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-indent-for-do): Default to 0.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:13:04 +0000 (09:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:13:04 +0000 (09:13 +0000)
lisp/progmodes/sh-script.el

index 55ea460e421d867eca8a2c85cfdb763c84f19b74..70172e22732beeabb821fe80dd09d586cda07097 100644 (file)
@@ -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."