]> git.eshelyaron.com Git - emacs.git/commit
Support prefix argument for switching tabs in tab-line-mode
authorJuri Linkov <juri@linkov.net>
Tue, 16 Apr 2024 06:40:15 +0000 (09:40 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:01:49 +0000 (14:01 +0300)
commit42603833c09656142c81643af60db36a69325aa1
tree5e8581a71805218df805a726cef6ebb6dd619e5e
parent64060bc8a828b24e658ed7e4037e0b34272b8c0c
Support prefix argument for switching tabs in tab-line-mode

* lisp/tab-line.el (tab-line-select-tab-buffer): Optimize.
(tab-line-switch-cycling): Enable by default like in tab-bar-mode.
(tab-line-switch-to-prev-tab, tab-line-switch-to-next-tab):
Add a prefix argument ARG and support it for switching tabs.
Improve docstring.

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