; vc-diff-outgoing: Fix calling 'working-revision' backend function.

This commit is contained in:
Sean Whitton 2025-09-12 15:26:44 +01:00
parent 1b4e4fda5e
commit 1372061200
2 changed files with 3 additions and 3 deletions

View file

@ -898,7 +898,7 @@ visible when the *vc-log* buffer pops up."
(save-selected-window
(let ((display-buffer-overriding-action '(nil
. ((inhibit-same-window . t)))))
(funcall log-edit-diff-function)))))
(funcall log-edit-diff-function)))))
(defun log-edit-show-files ()
"Show the list of files to be committed."

View file

@ -2652,9 +2652,9 @@ global binding."
;; 'repository)
;; (ignore-errors
;; (vc-call-backend backend 'working-revision
;; (car fileset)))
;; (caadr fileset)))
(vc-call-backend backend 'working-revision
(car fileset))
(caadr fileset))
(called-interactively-p 'interactive))))
;; For the following two commands, the default meaning for