diff options
Diffstat (limited to 'lisp/mail')
-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." 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)))) |