From 1ad042ed9deccc9e6f14e2c3a1ee086de377f6ae Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 28 Nov 2007 05:32:47 +0000 Subject: [PATCH] (sc-version): Use emacs-version rather than sc-version. --- lisp/mail/supercite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." 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)))) -- 2.39.2