aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuri Linkov2019-09-01 22:30:45 +0300
committerJuri Linkov2019-09-01 22:30:45 +0300
commit47da92bdc01a0cb3b34987ecc938b960c4db75c1 (patch)
treeb9d31980c69d01579e5ec8697387371c1c8a522c /lisp
parent7edb95454999d28e4f8d1b1cc042e3c98bb0961b (diff)
downloademacs-47da92bdc01a0cb3b34987ecc938b960c4db75c1.tar.gz
emacs-47da92bdc01a0cb3b34987ecc938b960c4db75c1.zip
Add more aliases switch-to-tab, previous-tab, next-tab
Diffstat (limited to 'lisp')
-rw-r--r--lisp/tab-bar.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index 0532ac67f08..1819d44ac20 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -377,6 +377,9 @@ specified by `tab-bar-close-tab-select'."
377 (message "Deleted the current tab"))) 377 (message "Deleted the current tab")))
378 378
379(defalias 'list-tabs 'tab-bar-list) 379(defalias 'list-tabs 'tab-bar-list)
380(defalias 'switch-to-tab 'tab-bar-select-tab)
381(defalias 'previous-tab 'tab-bar-switch-to-prev-tab)
382(defalias 'next-tab 'tab-bar-switch-to-next-tab)
380 383
381(defun tab-bar-list () 384(defun tab-bar-list ()
382 "Display a list of named window configurations. 385 "Display a list of named window configurations.