# HG changeset patch # User Richard M. Stallman # Date 1115716384 0 # Node ID e451c7eb2d246ff12d216ddff63a79484fec8ac2 # Parent 39b445ca202b0a454513b1112d5d209abecc56ec (sh-indent-for-do): Default to 0. diff -r 39b445ca202b -r e451c7eb2d24 lisp/progmodes/sh-script.el --- 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."