1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Fix log-view-vc-fileset in *vc-incoming* and *vc-outgoing* buffers

This fixes log-view-modify-change-comment in those buffers.

* lisp/vc/vc.el (vc-incoming-outgoing-internal): Pass the VC
root to vc-log-internal-common.
This commit is contained in:
Sean Whitton 2025-12-01 11:18:07 +00:00
parent 5e98195e84
commit fd3b74ca08

View file

@ -3906,7 +3906,7 @@ Each function runs in the log output buffer without args.")
(defun vc-incoming-outgoing-internal (backend upstream-location buffer-name type)
(vc-log-internal-common
backend buffer-name nil type
backend buffer-name (list (vc-root-dir)) type
(lambda (bk buf type-arg _files)
(vc-call-backend bk type-arg buf upstream-location))
(lambda (_bk _files-arg _ret) nil)