# HG changeset patch # User Richard M. Stallman # Date 1102256378 0 # Node ID d2c6a8b592f259ed787a2ed111a4e806558ea861 # Parent 4b3cfed7370ff0b112479dba11644d4f23ccd257 (sh-indent-for-then): Change default. diff -r 4b3cfed7370f -r d2c6a8b592f2 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Sun Dec 05 14:19:01 2004 +0000 +++ b/lisp/progmodes/sh-script.el Sun Dec 05 14:19:38 2004 +0000 @@ -1102,7 +1102,7 @@ :type `(choice ,@ sh-number-or-symbol-list ) :group 'sh-indentation) -(defcustom sh-indent-for-then '+ +(defcustom sh-indent-for-then 0 "*How much to indent a then relative to an if." :type `(choice ,@ sh-number-or-symbol-list ) :group 'sh-indentation)