aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-03-19 06:12:58 +0000
committerGlenn Morris2009-03-19 06:12:58 +0000
commit241625c32e5a4d8222f7d80aede2aa216489de69 (patch)
tree1ee1762e17affb1b566d6ddd8871e3e54aed6b7c
parent11fb10def408a78a59916c2b524d81f7fd8de6df (diff)
downloademacs-241625c32e5a4d8222f7d80aede2aa216489de69.tar.gz
emacs-241625c32e5a4d8222f7d80aede2aa216489de69.zip
Leo <sdl.web at gmail.com> (tiny change)
(sc-version): Fix typo in interactive spec.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/supercite.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bb99e3cc8fc..bdb0038086b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-03-19 Leo <sdl.web@gmail.com> (tiny change)
2
3 * mail/supercite.el (sc-version): Fix typo in interactive spec.
4
12009-03-19 Kenichi Handa <handa@m17n.org> 52009-03-19 Kenichi Handa <handa@m17n.org>
2 6
3 * international/quail.el (quail-update-leim-list-file): Save 7 * 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."
1972 "Echo the current version of Supercite in the minibuffer. 1972 "Echo the current version of Supercite in the minibuffer.
1973If MESSAGE is non-nil (interactively, with no prefix argument), 1973If MESSAGE is non-nil (interactively, with no prefix argument),
1974inserts the version string in the current buffer instead." 1974inserts the version string in the current buffer instead."
1975 (interactive (not current-prefix-arg)) 1975 (interactive (list (not current-prefix-arg)))
1976 (let ((verstr (format "Using Supercite.el %s" emacs-version))) 1976 (let ((verstr (format "Using Supercite.el %s" emacs-version)))
1977 (if message 1977 (if message
1978 (message verstr) 1978 (message verstr)