comparison lisp/winner.el @ 20969:6007dc30ec3b

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Wed, 25 Feb 1998 05:06:02 +0000
parents 7072722c5071
children 85cc901f00ee
comparison
equal deleted inserted replaced
20968:7072722c5071 20969:6007dc30ec3b
119 ;;; Winner mode (a minor mode) 119 ;;; Winner mode (a minor mode)
120 120
121 (defcustom winner-mode-hook nil 121 (defcustom winner-mode-hook nil
122 "Functions to run whenever Winner mode is turned on." 122 "Functions to run whenever Winner mode is turned on."
123 :type 'hook 123 :type 'hook
124 :group winner) 124 :group 'winner)
125 125
126 (defvar winner-mode-leave-hook nil 126 (defcustom winner-mode-leave-hook nil
127 "Functions to run whenever Winner mode is turned off." 127 "Functions to run whenever Winner mode is turned off."
128 :type 'hook 128 :type 'hook
129 :group winner) 129 :group 'winner)
130 130
131 (defvar winner-mode-map nil "Keymap for Winner mode.") 131 (defvar winner-mode-map nil "Keymap for Winner mode.")
132 132
133 ;;;###autoload 133 ;;;###autoload
134 (defun winner-mode (&optional arg) 134 (defun winner-mode (&optional arg)