]> git.eshelyaron.com Git - emacs.git/commitdiff
(sc-version): Use emacs-version rather than sc-version.
authorGlenn Morris <rgm@gnu.org>
Wed, 28 Nov 2007 05:32:47 +0000 (05:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 28 Nov 2007 05:32:47 +0000 (05:32 +0000)
lisp/mail/supercite.el

index 412b5d6a4c8e1a5f5db2be8677260f479acdb889..c0e581c0310a835467ccae573da19b085cff6631 100644 (file)
@@ -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))))