Mercurial > emacs
changeset 86773:91992c60e402
(sc-version): Use emacs-version rather than sc-version.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 28 Nov 2007 05:32:47 +0000 |
parents | a165e8976fda |
children | 1b4a960a27a4 |
files | lisp/mail/supercite.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/supercite.el Wed Nov 28 05:20:33 2007 +0000 +++ b/lisp/mail/supercite.el Wed Nov 28 05:32:47 2007 +0000 @@ -2004,7 +2004,7 @@ If MESSAGE is non-nil (interactively, with no prefix argument), inserts the version string in the current buffer instead." (interactive (not current-prefix-arg)) - (let ((verstr (format "Using Supercite.el %s" sc-version))) + (let ((verstr (format "Using Supercite.el %s" emacs-version))) (if message (message verstr) (insert "`sc-version' says: " verstr))))