(sc-version): Fix typo in interactive spec.
+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
"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)