diff --git a/vc-p4.el b/vc-p4.el index 2f53a3f..fd1a4a8 100644 --- a/vc-p4.el +++ b/vc-p4.el @@ -384,7 +384,7 @@ comment COMMENT." (defun vc-p4-merge-news (file) "Merge new changes from Perforce into FILE." - (p4-lowlevel-sync file) + (p4-lowlevel-sync file :client vc-p4-client) (p4-lowlevel-resolve file :client vc-p4-client) (vc-resynch-buffer file t t) (vc-p4-state file nil t)