From 241625c32e5a4d8222f7d80aede2aa216489de69 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 19 Mar 2009 06:12:58 +0000 Subject: [PATCH] Leo (tiny change) (sc-version): Fix typo in interactive spec. --- lisp/ChangeLog | 4 ++++ lisp/mail/supercite.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5