aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/auto-show.el2
1 files changed, 1 insertions, 1 deletions
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.
49 49
50Setting this variable directly does not take effect; 50Setting this variable directly does not take effect;
51use either \\[customize] or the function `auto-show-mode'." 51use either \\[customize] or the function `auto-show-mode'."
52 :set (lambda (symbol value) (auto-show-mode value)) 52 :set (lambda (symbol value) (auto-show-mode (if value 1 0)))
53 :require 'auto-show 53 :require 'auto-show
54 :initialize 'custom-initialize-default 54 :initialize 'custom-initialize-default
55 :link '(emacs-commentary-link "auto-show.el") 55 :link '(emacs-commentary-link "auto-show.el")