emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog mail/supercite.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog mail/supercite.el
Date: Thu, 19 Mar 2009 06:13:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/03/19 06:13:01

Modified files:
        lisp           : ChangeLog 
        lisp/mail      : supercite.el 

Log message:
        Leo  <sdl.web at gmail.com>  (tiny change)
        
        (sc-version): Fix typo in interactive spec.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15499&r2=1.15500
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/supercite.el?cvsroot=emacs&r1=1.71&r2=1.72

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15499
retrieving revision 1.15500
diff -u -b -r1.15499 -r1.15500
--- ChangeLog   19 Mar 2009 01:00:11 -0000      1.15499
+++ ChangeLog   19 Mar 2009 06:12:58 -0000      1.15500
@@ -1,3 +1,7 @@
+2009-03-19  Leo  <address@hidden>  (tiny change)
+
+       * mail/supercite.el (sc-version): Fix typo in interactive spec.
+
 2009-03-19  Kenichi Handa  <address@hidden>
 
        * international/quail.el (quail-update-leim-list-file): Save

Index: mail/supercite.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/supercite.el,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- mail/supercite.el   21 Feb 2009 19:32:05 -0000      1.71
+++ mail/supercite.el   19 Mar 2009 06:13:01 -0000      1.72
@@ -1972,7 +1972,7 @@
   "Echo the current version of Supercite in the minibuffer.
 If MESSAGE is non-nil (interactively, with no prefix argument),
 inserts the version string in the current buffer instead."
-  (interactive (not current-prefix-arg))
+  (interactive (list (not current-prefix-arg)))
   (let ((verstr (format "Using Supercite.el %s" emacs-version)))
     (if message
        (message verstr)




reply via email to

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