1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * lisp/vc/vc-dispatcher.el: Fix last change.

This commit is contained in:
Sean Whitton 2025-11-09 11:52:00 +00:00
parent a86f8c9cbe
commit 786f9f1fd4

View file

@ -404,7 +404,7 @@ case, and the process object in the asynchronous case."
(eq (selected-window) (active-minibuffer-window)))))
(save-current-buffer
(unless (or (eq buffer t)
(eq buffer (get-buffer buffer)))
(eq (current-buffer) (get-buffer buffer)))
(vc-setup-buffer buffer))
(cl-destructuring-bind (command file-or-list flags)
(funcall vc-filter-command-function command file-or-list flags)