From 5ec1c0895fa9112a1886c350c25106ee931545c6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 19 Jul 2007 19:59:25 +0000 Subject: [PATCH] Make certain diff output gets put in the correcct buffer. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index c644a161008..d881219b187 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1934,7 +1934,7 @@ actually call the backend, but performs a local diff." (error "diff failed")) (if (not vc-diff-knows-L) (setq vc-diff-knows-L 'yes))) status) - (vc-call diff (list file) rev1 rev2)))) + (vc-call diff (list file) rev1 rev2 "*vc-diff")))) (defun vc-switches (backend op) (let ((switches -- 2.39.2