emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/supercite.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/supercite.el,v
Date: Wed, 28 Nov 2007 05:32:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/28 05:32:47

Index: supercite.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/supercite.el,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- supercite.el        28 Nov 2007 04:02:41 -0000      1.61
+++ supercite.el        28 Nov 2007 05:32:47 -0000      1.62
@@ -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))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]