From: Dave Love Date: Thu, 5 Aug 1999 19:12:08 +0000 (+0000) Subject: (auto-show-mode): Fix :set. X-Git-Tag: emacs-pretest-21.0.90~7261 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b53d4e043fcdd994e57e670a8ab9527bdb85565;p=emacs.git (auto-show-mode): Fix :set. --- diff --git a/lisp/auto-show.el b/lisp/auto-show.el index 7bee39e2ece..64f39919daf 100644 --- a/lisp/auto-show.el +++ b/lisp/auto-show.el @@ -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")