]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-bar.el: Fixes for point in window configuration (bug#68235)
authorJuri Linkov <juri@linkov.net>
Tue, 9 Jan 2024 17:22:40 +0000 (19:22 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 9 Jan 2024 17:22:40 +0000 (19:22 +0200)
commit29e59b835c86e1ebac12adcb28ab7e1d0c275b2f
tree12523ad51d7495b079a467e076b9d2e56f748f16
parent0a5ebd444a820308571a659005d094b2dd93fe3f
* lisp/tab-bar.el: Fixes for point in window configuration (bug#68235)

(tab-bar--tab): Instead of 'point-marker', use 'copy-marker' with the TYPE
argument set to 'window-point-insertion-type'.  This will allow point to
follow the output after switching tabs when point is at the end of
a comint/compilation buffer.
(tab-bar-select-tab): Remove ad-hoc rule for the reverted dired buffer.
lisp/tab-bar.el