(autoarg-mode): Typo in the :set argument.

This commit is contained in:
Stefan Monnier 2000-05-17 15:24:43 +00:00
parent 490f2e7bf6
commit 2fca2d5d49
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
* autoarg.el (autoarg-mode): Typo in the :set argument.
2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
* startup.el (command-line-1): Don't signal an error if the

View file

@ -42,7 +42,7 @@
"Toggle Autoarg mode.
You must modify via \\[customize] for this variable to have an effect."
:set (lambda (symbol vaautoarg-mode (or value 0)))
:set (lambda (symbol value) (autoarg-mode (or value 0)))
:initialize 'custom-initialize-default
:type 'boolean
:group 'editing