]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc-rcs.el (vc-rcs-register): Fix registering a specific version.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 28 Dec 2009 19:20:02 +0000 (11:20 -0800)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 28 Dec 2009 19:20:02 +0000 (11:20 -0800)
lisp/ChangeLog
lisp/vc-rcs.el

index d3e12317611de7efc0bda5c8b29c17aec57479d2..a454f1327332928a85604926519cc85971c841d0 100644 (file)
@@ -1,5 +1,7 @@
 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
+
        * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
 
 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
index e5b624db945f44c2bc1fecf8e7fe125049e913cb..2f03a00b451d11060f9cc66aea9b6dd9b5cd1337 100644 (file)
@@ -277,6 +277,8 @@ to the RCS command.
 Automatically retrieve a read-only version of the file with keywords
 expanded if `vc-keep-workfiles' is non-nil, otherwise, delete the workfile."
   (let (subdir name)
+    ;; When REV is specified, we need to force using "-t-".
+    (when rev (unless comment (setq comment "")))
     (dolist (file files)
       (and (not (file-exists-p
                 (setq subdir (expand-file-name "RCS"