From: Glenn Morris Date: Thu, 19 Mar 2009 06:12:58 +0000 (+0000) Subject: Leo (tiny change) X-Git-Tag: emacs-pretest-23.0.92~128 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=241625c32e5a4d8222f7d80aede2aa216489de69;p=emacs.git Leo (tiny change) (sc-version): Fix typo in interactive spec. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb99e3cc8fc..bdb0038086b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-03-19 Leo (tiny change) + + * mail/supercite.el (sc-version): Fix typo in interactive spec. + 2009-03-19 Kenichi Handa * international/quail.el (quail-update-leim-list-file): Save diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index ac7955cc47b..fc0f591c7e1 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -1972,7 +1972,7 @@ cited." "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)