Variable: idlwave-do-actions

idlwave-do-actions is a customizable variable defined in idlwave.el.gz.

Value

nil

Documentation

Non-nil means performs actions when indenting.

The actions that can be performed are listed in idlwave-indent-action-table.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-do-actions nil
  "Non-nil means performs actions when indenting.
The actions that can be performed are listed in `idlwave-indent-action-table'."
  :group 'idlwave-abbrev-and-indent-action
  :type 'boolean)