summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-09 02:58:47 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-09 02:58:47 +0000
commitb6ab30f5a54999b40155fb91c5a89003ff239d36 (patch)
treed4af133d4a5240464255bb85b616dde6a077159c
parente6f432973fbecbbcfe5703951bd125bdfcd23e34 (diff)
downloademacs-b6ab30f5a54999b40155fb91c5a89003ff239d36.tar.gz
(icon-tab-always-indent): Fix customize type.
-rw-r--r--lisp/progmodes/icon.el2
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