mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -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:
parent
5e98195e84
commit
fd3b74ca08
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
(defun vc-incoming-outgoing-internal (backend upstream-location buffer-name type)
|
||||||
(vc-log-internal-common
|
(vc-log-internal-common
|
||||||
backend buffer-name nil type
|
backend buffer-name (list (vc-root-dir)) type
|
||||||
(lambda (bk buf type-arg _files)
|
(lambda (bk buf type-arg _files)
|
||||||
(vc-call-backend bk type-arg buf upstream-location))
|
(vc-call-backend bk type-arg buf upstream-location))
|
||||||
(lambda (_bk _files-arg _ret) nil)
|
(lambda (_bk _files-arg _ret) nil)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue