Variable: opascal-tab-always-indents
opascal-tab-always-indents is a customizable variable defined in
opascal.el.gz.
This variable is obsolete since 24.4; use indent-for-tab-command and
tab-always-indent.
Value
t
Documentation
Non-nil means opascal-tab should always reindent the current line.
That is, regardless of where in the line point is at the time.
Aliases
delphi-tab-always-indents (obsolete since 24.4)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defcustom opascal-tab-always-indents tab-always-indent
"Non-nil means `opascal-tab' should always reindent the current line.
That is, regardless of where in the line point is at the time."
:type 'boolean)