Variable: zone-finish-hook
zone-finish-hook is a variable defined in zone.el.gz.
Value
nil
Documentation
Hook at the finish of Zoning.
When this is invoked, zone-time-elapsed-while-zoning will be properly set.
Source Code
;; Defined in /usr/src/emacs/lisp/play/zone.el.gz
(defvar zone-finish-hook nil
"Hook at the finish of Zoning.
When this is invoked, `zone-time-elapsed-while-zoning' will be properly set.")