diff lisp/mail/supercite.el @ 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 47faa6398829
children 7040f7fa8fef
line wrap: on
line diff
--- 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)