aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-10-21 01:37:39 +0300
committerJuri Linkov2019-10-21 01:37:39 +0300
commit30deac84c4168a6315a08a0dd85f6dde9b9df439 (patch)
treec003db9aaee2310e3b74301149f5c0a5b8551fd3 /etc
parent0e6f4628d8fff53505e4399e71da9f531a64fff7 (diff)
downloademacs-30deac84c4168a6315a08a0dd85f6dde9b9df439.tar.gz
emacs-30deac84c4168a6315a08a0dd85f6dde9b9df439.zip
* lisp/tab-line.el: Bind mouse commands to [tab-line].
* lisp/tab-line.el: Bind mouse-4/mouse-5, wheel-up/wheel-down globally to [tab-line]. (tab-line-tab-map): Remove local bindings of mouse-4/mouse-5. (tab-line-new-tab, tab-line-switch-to-prev-tab) (tab-line-switch-to-next-tab, tab-line-close-tab): Turn commands into mouse-free (can be used without mouse).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d9a9fd82a61..d0e369e0f72 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2184,7 +2184,7 @@ the previous window-local tab is the same as typing 'C-x <LEFT>'
2184('next-buffer'). Both commands support a numeric prefix argument as 2184('next-buffer'). Both commands support a numeric prefix argument as
2185a repeat count. Clicking on the plus icon adds a new buffer to the 2185a repeat count. Clicking on the plus icon adds a new buffer to the
2186window-local tab line of buffers. Using the mouse wheel on the tab 2186window-local tab line of buffers. Using the mouse wheel on the tab
2187line scrolls tabs that display the window buffers. 2187line scrolls tabs.
2188 2188
2189** fileloop.el lets one setup multifile operations like search&replace. 2189** fileloop.el lets one setup multifile operations like search&replace.
2190 2190