From bae7df154a8e5dc89c968d5863a4e44c1866156a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 5 Dec 2004 14:19:38 +0000 Subject: [PATCH] (sh-indent-for-then): Change default. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." :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) -- 2.39.5