Mercurial > emacs
changeset 102650:316f8efbaeae
Leo <sdl.web at gmail.com> (tiny change)
(sc-version): Fix typo in interactive spec.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 19 Mar 2009 06:12:58 +0000 |
parents | 6e3d4a3b0b10 |
children | 7040f7fa8fef |
files | lisp/ChangeLog lisp/mail/supercite.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 19 02:58:21 2009 +0000 +++ b/lisp/ChangeLog Thu Mar 19 06:12:58 2009 +0000 @@ -1,3 +1,7 @@ +2009-03-19 Leo <sdl.web@gmail.com> (tiny change) + + * mail/supercite.el (sc-version): Fix typo in interactive spec. + 2009-03-19 Kenichi Handa <handa@m17n.org> * international/quail.el (quail-update-leim-list-file): Save
--- a/lisp/mail/supercite.el Thu Mar 19 02:58:21 2009 +0000 +++ b/lisp/mail/supercite.el Thu Mar 19 06:12:58 2009 +0000 @@ -1972,7 +1972,7 @@ "Echo the current version of Supercite in the minibuffer. If MESSAGE is non-nil (interactively, with no prefix argument), inserts the version string in the current buffer instead." - (interactive (not current-prefix-arg)) + (interactive (list (not current-prefix-arg))) (let ((verstr (format "Using Supercite.el %s" emacs-version))) (if message (message verstr)