emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc-rcs.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-rcs.el,v
Date: Tue, 08 Apr 2008 15:59:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/04/08 15:59:36

Index: vc-rcs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-rcs.el,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- vc-rcs.el   5 Apr 2008 00:15:13 -0000       1.62
+++ vc-rcs.el   8 Apr 2008 15:59:34 -0000       1.63
@@ -528,7 +528,7 @@
   "Modify the change comments change on FILES on a specified REV."
   (dolist (file files)
     (vc-do-command nil 0 "rcs" (vc-name file)
-                  (concat "-m" comment ":" rev))))
+                  (concat "-m" rev ":" comment))))
 
 
 ;;;




reply via email to

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