Variable: icon-tab-always-indent
icon-tab-always-indent is a customizable variable defined in
icon.el.gz.
Value
t
Documentation
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.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/icon.el.gz
(defcustom icon-tab-always-indent t
"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 'boolean)