]> git.eshelyaron.com Git - emacs.git/commit
Disobey display actions while using switch-to-buffer on the tab-line
authorJuri Linkov <juri@linkov.net>
Thu, 4 Apr 2024 06:21:01 +0000 (09:21 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 4 Apr 2024 11:40:26 +0000 (13:40 +0200)
commit2a0bc80b0f4b9c3789dc691e8267d761172e7ec3
tree569e29872459ef14f3dd4936239e4c4c8545eafe
parent3b25abff81d5515266f5946d4738540631f891f2
Disobey display actions while using switch-to-buffer on the tab-line

* lisp/tab-line.el (tab-line-select-tab-buffer)
(tab-line-switch-to-prev-tab, tab-line-switch-to-next-tab): Let-bind
switch-to-buffer-obey-display-actions to nil around the call to
switch-to-buffer to restrain buffer switching in bounds of
the same window only (bug#69993).

(cherry picked from commit 57e78f2d49a5b1a2337a15254e7b8c87aa63c83a)
lisp/tab-line.el