mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(autoarg-mode): Typo in the :set argument.
This commit is contained in:
parent
490f2e7bf6
commit
2fca2d5d49
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue