diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-09 02:58:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-09 02:58:47 +0000 |
commit | 8c36e64841e7c7afc3cc1dc597dff594b281427d (patch) | |
tree | 1a69da541eb564b20535c1f93ab8cfb61f4d26e5 /lisp/progmodes/icon.el | |
parent | 39f2ec46d310298a6c366d84c2a2e66b0cc202be (diff) | |
download | emacs-8c36e64841e7c7afc3cc1dc597dff594b281427d.tar.gz |
(icon-tab-always-indent): Fix customize type.
Diffstat (limited to 'lisp/progmodes/icon.el')
-rw-r--r-- | lisp/progmodes/icon.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |