(autoarg-mode): Typo in the :set argument.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user