Mercurial > emacs
changeset 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 | 39b445ca202b |
children | 3b8ac4c8fa50 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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."