aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-05 14:19:38 +0000
committerRichard M. Stallman2004-12-05 14:19:38 +0000
commitbae7df154a8e5dc89c968d5863a4e44c1866156a (patch)
tree0e5a82ac43f697852fa032cd0f2fb3f747ea01dd
parent263a40a61b9f1d72d22cc41a0ee7162889498b58 (diff)
downloademacs-bae7df154a8e5dc89c968d5863a4e44c1866156a.tar.gz
emacs-bae7df154a8e5dc89c968d5863a4e44c1866156a.zip
(sh-indent-for-then): Change default.
-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 baf4d96ee7f..336fd874eee 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."
1102 :type `(choice ,@ sh-number-or-symbol-list ) 1102 :type `(choice ,@ sh-number-or-symbol-list )
1103 :group 'sh-indentation) 1103 :group 'sh-indentation)
1104 1104
1105(defcustom sh-indent-for-then '+ 1105(defcustom sh-indent-for-then 0
1106 "*How much to indent a then relative to an if." 1106 "*How much to indent a then relative to an if."
1107 :type `(choice ,@ sh-number-or-symbol-list ) 1107 :type `(choice ,@ sh-number-or-symbol-list )
1108 :group 'sh-indentation) 1108 :group 'sh-indentation)