# HG changeset patch # User Glenn Morris # Date 1237443178 0 # Node ID 316f8efbaeae78433b0201aec1b39346be07ff43 # Parent 6e3d4a3b0b107cd67a59261f6648c9577694ce80 Leo (tiny change) (sc-version): Fix typo in interactive spec. diff -r 6e3d4a3b0b10 -r 316f8efbaeae lisp/ChangeLog --- 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 (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 -r 6e3d4a3b0b10 -r 316f8efbaeae lisp/mail/supercite.el --- 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)