From 8c36e64841e7c7afc3cc1dc597dff594b281427d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Sep 1997 02:58:47 +0000 Subject: [PATCH] (icon-tab-always-indent): Fix customize type. --- lisp/progmodes/icon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 44d891fb148..2dbd9a3a726 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el @@ -122,7 +122,7 @@ This applies when braces are inserted." "*Non-nil means TAB in Icon mode should always reindent the current line. It will then reindent, regardless of where in the line point is when the TAB command is used." - :type 'integer + :type 'boolean :group 'icon) (defvar icon-imenu-generic-expression -- 2.39.2