]> git.eshelyaron.com Git - emacs.git/commit
Support VC revisions in diff-goto-source (bug#33319)
authorJuri Linkov <juri@linkov.net>
Wed, 14 Nov 2018 00:14:52 +0000 (02:14 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 14 Nov 2018 00:14:52 +0000 (02:14 +0200)
commit2ccfb4b5f43b7592af4efe943c24741370f3eb86
tree207d997d45a4bcd7e9b6d7417d7e7c5ae6624d14
parent4a5a17507fe1e12ee02c174350edc479fb01ac01
Support VC revisions in diff-goto-source (bug#33319)

* lisp/vc/diff-mode.el (diff-vc-revisions): New defvar.
(diff-find-source-location): Call vc-find-revision for
non-nil values of 'other', diff-vc-backend, diff-vc-revisions.

* lisp/vc/vc.el (vc-diff-internal): Set buffer-local
diff-vc-revisions to the list of used revisions.

* doc/emacs/files.texi (Diff Mode): Update diff-goto-source
for VC-related prefix argument.
doc/emacs/files.texi
etc/NEWS
lisp/vc/diff-mode.el
lisp/vc/vc.el