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:
parent
a86f8c9cbe
commit
786f9f1fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue