From 9c8bef5134b054e7958c33b9bd332a125fc7121b Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 31 May 2021 10:24:23 +0200 Subject: [PATCH] Remove messaging in ediff-make-diff2-buffer * lisp/vc/ediff-diff.el (ediff-make-diff2-buffer): Remove message that's often misleading when diffing buffers (that may be unsaved) (bug#13091). --- lisp/vc/ediff-diff.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el index 270c99ef1fa..0965e888f06 100644 --- a/lisp/vc/ediff-diff.el +++ b/lisp/vc/ediff-diff.el @@ -231,10 +231,7 @@ one optional arguments, diff-number to refine.") (sit-for 2) ;; 1 is an error exit code 1) - (t (message "Computing differences between %s and %s ..." - (file-name-nondirectory file1) - (file-name-nondirectory file2)) - ;; this erases the diff buffer automatically + (t ;; this erases the diff buffer automatically (ediff-exec-process ediff-diff-program diff-buffer 'synchronize -- 2.39.2