changeset 39419:0c69deb41e8a

(cvs-parse-commit): Expand the file name before passing it to VC.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 24 Sep 2001 16:39:23 +0000
parents 3b6034741247
children 70c14eddff5b
files lisp/pcvs-parse.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/pcvs-parse.el	Mon Sep 24 16:37:10 2001 +0000
+++ b/lisp/pcvs-parse.el	Mon Sep 24 16:39:23 2001 +0000
@@ -4,7 +4,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-parse.el,v 1.8 2001/07/16 07:46:48 pj Exp $
+;; Revision: $Id: pcvs-parse.el,v 1.9 2001/09/22 20:22:34 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -486,7 +486,7 @@
       (cvs-match "done$")
       (progn
 	;; Try to remove the temp files used by VC.
-	(vc-delete-automatic-version-backups path)
+	(vc-delete-automatic-version-backups (expand-file-name path))
 	;; it's important here not to rely on the default directory management
 	;; because `cvs commit' might begin by a series of Examining messages
 	;; so the processing of the actual checkin messages might begin with