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).
This commit is contained in:
parent
d51e6af9a7
commit
9c8bef5134
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue