aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-mcvs.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-12-14 16:56:48 +0000
committerStefan Monnier <[email protected]>2005-12-14 16:56:48 +0000
commitde38789604a7f3f68a096d499e622db517e285a5 (patch)
tree46d8d433060883ebe456643bf4b977ba15eb5d93 /lisp/vc-mcvs.el
parentb158c851d4f79a442b150610af738ff510ce68c5 (diff)
(vc-mcvs-revert): Fix call to vc-default-revert.
Diffstat (limited to 'lisp/vc-mcvs.el')
-rw-r--r--lisp/vc-mcvs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-mcvs.el b/lisp/vc-mcvs.el
index b52bc797dd..4394dd510f 100644
--- a/lisp/vc-mcvs.el
+++ b/lisp/vc-mcvs.el
@@ -350,7 +350,7 @@ This is only possible if Meta-CVS is responsible for FILE's directory.")
(defun vc-mcvs-revert (file &optional contents-done)
"Revert FILE to the version it was based on."
- (vc-default-revert file contents-done)
+ (vc-default-revert 'MCVS file contents-done)
(unless (eq (vc-checkout-model file) 'implicit)
(if vc-mcvs-use-edit
(vc-mcvs-command nil 0 file "unedit")