From 2fca2d5d495caf12b05069cf8878c11241a1bd4b Mon Sep 17 00:00:00 2001
From: Stefan Monnier <monnier@iro.umontreal.ca>
Date: Wed, 17 May 2000 15:24:43 +0000
Subject: [PATCH] (autoarg-mode): Typo in the :set argument.

---
 lisp/ChangeLog  | 4 ++++
 lisp/autoarg.el | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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  <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
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
-- 
2.39.5