diff options
| author | Stefan Monnier | 2000-05-17 15:24:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-05-17 15:24:43 +0000 |
| commit | 2fca2d5d495caf12b05069cf8878c11241a1bd4b (patch) | |
| tree | 15cc250b220faa313c670bd9e5ced82722bd4553 /lisp | |
| parent | 490f2e7bf6d66178c076a5ffcab957a32758e941 (diff) | |
| download | emacs-2fca2d5d495caf12b05069cf8878c11241a1bd4b.tar.gz emacs-2fca2d5d495caf12b05069cf8878c11241a1bd4b.zip | |
(autoarg-mode): Typo in the :set argument.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/autoarg.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 189f91aa895..25e8dcd0dc3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * autoarg.el (autoarg-mode): Typo in the :set argument. | ||
| 4 | |||
| 1 | 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * startup.el (command-line-1): Don't signal an error if the | 7 | * 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 @@ | |||
| 42 | "Toggle Autoarg mode. | 42 | "Toggle Autoarg mode. |
| 43 | 43 | ||
| 44 | You must modify via \\[customize] for this variable to have an effect." | 44 | You must modify via \\[customize] for this variable to have an effect." |
| 45 | :set (lambda (symbol vaautoarg-mode (or value 0))) | 45 | :set (lambda (symbol value) (autoarg-mode (or value 0))) |
| 46 | :initialize 'custom-initialize-default | 46 | :initialize 'custom-initialize-default |
| 47 | :type 'boolean | 47 | :type 'boolean |
| 48 | :group 'editing | 48 | :group 'editing |