Variable: pascal-tab-always-indent

pascal-tab-always-indent is a customizable variable defined in pascal.el.gz.

Value

t

Documentation

Non-nil means TAB in Pascal mode should always reindent the current line.

If this is nil, TAB inserts a tab if it is at the end of the line and follows non-whitespace text.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/pascal.el.gz
(defcustom pascal-tab-always-indent t
  "Non-nil means TAB in Pascal mode should always reindent the current line.
If this is nil, TAB inserts a tab if it is at the end of the line
and follows non-whitespace text."
  :type 'boolean)