Mercurial > emacs
changeset 58767:d2c6a8b592f2
(sh-indent-for-then): Change default.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 05 Dec 2004 14:19:38 +0000 |
parents | 4b3cfed7370f |
children | 2318e0187ad9 |
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 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)