Variable: cperl-tab-always-indent

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

Value

t

Documentation

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

This does not depend on where in the line point is when the TAB command is used.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-tab-always-indent t
  "Non-nil means TAB in CPerl mode should always reindent the current line.
This does not depend on where in the line point is when the TAB command
is used."
  :type 'boolean
  :group 'cperl-indentation-details)