summaryrefslogtreecommitdiff
path: root/lisp/pcvs-parse.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-09-24 16:42:14 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-09-24 16:42:14 +0000
commit3911563ae9add2f1cd34361fd70e7302df221fe1 (patch)
treec288867a753d56783904bf842da3f24d48fe85e5 /lisp/pcvs-parse.el
parent79e954d0acf68c827469b467786083f6d5c3f365 (diff)
downloademacs-3911563ae9add2f1cd34361fd70e7302df221fe1.tar.gz
(cvs-parse-commit): Expand the file name before passing it to VC.
Diffstat (limited to 'lisp/pcvs-parse.el')
-rw-r--r--lisp/pcvs-parse.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcvs-parse.el b/lisp/pcvs-parse.el
index 7199bd005d8..56316545b8e 100644
--- a/lisp/pcvs-parse.el
+++ b/lisp/pcvs-parse.el
@@ -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 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
(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