aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-05 14:19:38 +0000
committerRichard M. Stallman <[email protected]>2004-12-05 14:19:38 +0000
commitbae7df154a8e5dc89c968d5863a4e44c1866156a (patch)
tree0e5a82ac43f697852fa032cd0f2fb3f747ea01dd /lisp/progmodes
parent263a40a61b9f1d72d22cc41a0ee7162889498b58 (diff)
(sh-indent-for-then): Change default.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index baf4d96ee7..336fd874ee 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1102,7 +1102,7 @@ does not affect then else elif or fi statements themselves."
: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)