diff lisp/vc-rcs.el @ 91302:56a72e2bd635

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
author Miles Bader <miles@gnu.org>
date Sat, 29 Dec 2007 02:39:17 +0000
parents d38543a1c0f9 315124ffb889
children 606f2d163a64
line wrap: on
line diff
--- a/lisp/vc-rcs.el	Fri Dec 28 02:13:20 2007 +0000
+++ b/lisp/vc-rcs.el	Sat Dec 29 02:39:17 2007 +0000
@@ -510,6 +510,11 @@
   ;; expanded headers.
   (vc-do-command nil 0 "co" (vc-name file) "-f" (concat "-l" rev)))
 
+(defun vc-rcs-modify-change-comment (files rev comment)
+  "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))))
 
 
 ;;;