From: Stefan Monnier Date: Wed, 17 May 2000 15:24:43 +0000 (+0000) Subject: (autoarg-mode): Typo in the :set argument. X-Git-Tag: emacs-pretest-21.0.90~3925 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fca2d5d495caf12b05069cf8878c11241a1bd4b;p=emacs.git (autoarg-mode): Typo in the :set argument. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 189f91aa895..25e8dcd0dc3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-05-17 Stefan Monnier + + * autoarg.el (autoarg-mode): Typo in the :set argument. + 2000-05-17 Eli Zaretskii * startup.el (command-line-1): Don't signal an error if the diff --git a/lisp/autoarg.el b/lisp/autoarg.el index 57e6b8cfaea..3acf94af210 100644 --- a/lisp/autoarg.el +++ b/lisp/autoarg.el @@ -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