Variable: zone-time-elapsed-while-zoning

zone-time-elapsed-while-zoning is a variable defined in zone.el.gz.

Value

nil

Documentation

In the zone-finish-hook, will report the time spent zoning.

Source Code

;; Defined in /usr/src/emacs/lisp/play/zone.el.gz
;;;; Hooks to detect the start and finish of zone activity

(defvar zone-time-elapsed-while-zoning nil
  "In the `zone-finish-hook', will report the time spent zoning.")