Variable: winner-mode-off-hook
winner-mode-off-hook is a customizable variable defined in
winner.el.gz.
Value
nil
Documentation
Functions to run whenever Winner mode is turned off.
Source Code
;; Defined in /usr/src/emacs/lisp/winner.el.gz
(defcustom winner-mode-off-hook nil
"Functions to run whenever Winner mode is turned off."
:type 'hook)