]> git.eshelyaron.com Git - emacs.git/commit
Restore vc-revision-other-window buffer-changing behaviour
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Oct 2020 06:36:21 +0000 (08:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Oct 2020 06:36:21 +0000 (08:36 +0200)
commit2d7d98e1a6d16e26c34539d66c2cdadba930e816
treeb380cb0b85193326a25b5fa0303579ff0c671d9f
parent9be54e3dba824a6d435d145deb786c71b3773593
Restore vc-revision-other-window buffer-changing behaviour

* lisp/vc/vc.el (vc-revision-other-window): This function used to
change the current buffer, but this was changed in the previous
patch for indirect buffer support.  Ensure that it still does
this, because this is what the callers expect (bug#44026).
lisp/vc/vc.el