Variable: winner-mode-hook

winner-mode-hook is a customizable variable defined in winner.el.gz.

Value

nil

Documentation

Functions to run whenever Winner mode is turned on or off.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/winner.el.gz
;;;; Winner mode  (a minor mode)

(defcustom winner-mode-hook nil
  "Functions to run whenever Winner mode is turned on or off."
  :type 'hook)