comparison lisp/winner.el @ 24550:d0b40f823255

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:37:40 +0000
parents 976752e904ce
children d607db83cf72
comparison
equal deleted inserted replaced
24549:976752e904ce 24550:d0b40f823255
54 54
55 ;;;###autoload 55 ;;;###autoload
56 (defcustom winner-mode nil 56 (defcustom winner-mode nil
57 "Toggle winner-mode. 57 "Toggle winner-mode.
58 This variable should be set only with \\[customize], which is equivalent 58 This variable should be set only with \\[customize], which is equivalent
59 to using the function `winner-mode'. 59 to using the function `winner-mode'."
60 :set #'(lambda (symbol value) 60 :set #'(lambda (symbol value)
61 (winner-mode (or value 0))) 61 (winner-mode (or value 0)))
62 :initialize 'custom-initialize-default 62 :initialize 'custom-initialize-default
63 :type 'boolean 63 :type 'boolean
64 :group 'winner 64 :group 'winner