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:
parent
b3e49cbb9c
commit
1b53d4e043
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue