# HG changeset patch # User Dave Love # Date 933880328 0 # Node ID 1a84afcdb8f924e33c1feed9118c80f708ee1f95 # Parent c7ee317291f8363cbd0ee7f731e845df9d6da878 (auto-show-mode): Fix :set. diff -r c7ee317291f8 -r 1a84afcdb8f9 lisp/auto-show.el --- a/lisp/auto-show.el Thu Aug 05 18:50:18 1999 +0000 +++ b/lisp/auto-show.el Thu Aug 05 19:12:08 1999 +0000 @@ -49,7 +49,7 @@ 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")