diff lisp/progmodes/sh-script.el @ 62214:e451c7eb2d24

(sh-indent-for-do): Default to 0.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 May 2005 09:13:04 +0000
parents 2922c607db05
children cce9501aab6e
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Tue May 10 09:12:40 2005 +0000
+++ b/lisp/progmodes/sh-script.el	Tue May 10 09:13:04 2005 +0000
@@ -1126,7 +1126,7 @@
   :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."