]> git.eshelyaron.com Git - emacs.git/commit
Fix display-buffer-override-next-command to call action only once (bug#39722)
authorJuri Linkov <juri@linkov.net>
Sun, 21 Jun 2020 23:36:16 +0000 (02:36 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 21 Jun 2020 23:36:16 +0000 (02:36 +0300)
commitce4ec1793041ae0f013234ef7189ed855b5227a3
tree65f6e2b40fd4663d78facf199cf73145cc4f5779
parentba8370bc38ace70149f0af9a88fcdb35e33fe31e
Fix display-buffer-override-next-command to call action only once (bug#39722)

* lisp/vc/vc-dir.el (vc-dir-bookmark-jump): Don't use save-window-excursion.

* lisp/window.el (display-buffer-override-next-command): Reset
display-buffer-overriding-action after the first buffer display action.

* lisp/tab-bar.el (switch-to-buffer-other-tab): Don't reuse frame tabs.
(other-tab-prefix): Don't reuse frame tabs.
lisp/tab-bar.el
lisp/vc/vc-dir.el
lisp/window.el