]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-show-mode): Fix :set.
authorDave Love <fx@gnu.org>
Thu, 5 Aug 1999 19:12:08 +0000 (19:12 +0000)
committerDave Love <fx@gnu.org>
Thu, 5 Aug 1999 19:12:08 +0000 (19:12 +0000)
lisp/auto-show.el

index 7bee39e2ece2451fdd10ae417f86c0b2d9d15eda..64f39919daf7a9ac66b8ba2c25963e8af9d65248 100644 (file)
@@ -49,7 +49,7 @@ This variable is automatically local in each buffer where it is set.
 
 Setting this variable directly does not take effect;
 use either \\[customize] or the function `auto-show-mode'."
-  :set (lambda (symbol value) (auto-show-mode value))
+  :set (lambda (symbol value) (auto-show-mode (if value 1 0)))
   :require 'auto-show
   :initialize 'custom-initialize-default
   :link '(emacs-commentary-link "auto-show.el")