mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; vc-diff-outgoing: Fix calling 'working-revision' backend function.
This commit is contained in:
parent
1b4e4fda5e
commit
1372061200
2 changed files with 3 additions and 3 deletions
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue