Variable: allout-widgets-time-decoration-activity

allout-widgets-time-decoration-activity is a customizable variable defined in allout-widgets.el.gz.

Value

nil

Documentation

Retain timing info of the last cooperative redecoration.

The details are retained as the value of allout-widgets-last-decoration-timing.

Generally, allout widgets code developers are the only ones who'll want to set this.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_  . Developer
;;;_   = allout-widgets-time-decoration-activity
(defcustom allout-widgets-time-decoration-activity nil
  "Retain timing info of the last cooperative redecoration.

The details are retained as the value of
`allout-widgets-last-decoration-timing'.

Generally, allout widgets code developers are the only ones who'll want to
set this."
  :version "24.1"
  :type 'boolean
  :group 'allout-widgets-developer)