diff options
| author | Glenn Morris | 2007-11-28 05:32:47 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-28 05:32:47 +0000 |
| commit | 1ad042ed9deccc9e6f14e2c3a1ee086de377f6ae (patch) | |
| tree | dacbcb861ebb9e99db2bad9d3b33a58852b89c63 | |
| parent | 53dd1d5387118581452983cefee8ed801c4e8079 (diff) | |
| download | emacs-1ad042ed9deccc9e6f14e2c3a1ee086de377f6ae.tar.gz emacs-1ad042ed9deccc9e6f14e2c3a1ee086de377f6ae.zip | |
(sc-version): Use emacs-version rather than sc-version.
| -rw-r--r-- | lisp/mail/supercite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 412b5d6a4c8..c0e581c0310 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -2004,7 +2004,7 @@ cited." | |||
| 2004 | If MESSAGE is non-nil (interactively, with no prefix argument), | 2004 | If MESSAGE is non-nil (interactively, with no prefix argument), |
| 2005 | inserts the version string in the current buffer instead." | 2005 | inserts the version string in the current buffer instead." |
| 2006 | (interactive (not current-prefix-arg)) | 2006 | (interactive (not current-prefix-arg)) |
| 2007 | (let ((verstr (format "Using Supercite.el %s" sc-version))) | 2007 | (let ((verstr (format "Using Supercite.el %s" emacs-version))) |
| 2008 | (if message | 2008 | (if message |
| 2009 | (message verstr) | 2009 | (message verstr) |
| 2010 | (insert "`sc-version' says: " verstr)))) | 2010 | (insert "`sc-version' says: " verstr)))) |