1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(auto-show-mode): Fix :set.

This commit is contained in:
Dave Love 1999-08-05 19:12:08 +00:00
parent b3e49cbb9c
commit 1b53d4e043

View 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")