comparison lisp/progmodes/sh-script.el @ 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 e00b0d40b4bc
children 84ede35ffeb4 f2ebccfa87d4
comparison
equal deleted inserted replaced
58766:4b3cfed7370f 58767:d2c6a8b592f2
1100 This includes lines after else and elif statements, too, but 1100 This includes lines after else and elif statements, too, but
1101 does not affect then else elif or fi statements themselves." 1101 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)
1109 1109
1110 (defcustom sh-indent-for-do '* 1110 (defcustom sh-indent-for-do '*