]> git.eshelyaron.com Git - emacs.git/commitdiff
Leo <sdl.web at gmail.com> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Mar 2009 06:12:58 +0000 (06:12 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Mar 2009 06:12:58 +0000 (06:12 +0000)
(sc-version): Fix typo in interactive spec.

lisp/ChangeLog
lisp/mail/supercite.el

index bb99e3cc8fcd78ad821ee6e45a920addaae33a73..bdb0038086bebc3cff14a37de6cc4c49a3c7fda0 100644 (file)
@@ -1,3 +1,7 @@
+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
index ac7955cc47b8a19ccc64e846e69d14e57f65139c..fc0f591c7e1b68729ea3e27459b97df1950f94ae 100644 (file)
@@ -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)