aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-10-15 22:41:40 +0300
committerJuri Linkov2019-10-15 22:41:40 +0300
commit4509aaa5b0666a120fb1e255d52d83d03c46c596 (patch)
tree6dbab18b568dcd60f2556bc53b2d21bbaa2c99e7 /etc
parent6ac99ebb3f623c64379f5c6811f1cdeb6ecac7da (diff)
downloademacs-4509aaa5b0666a120fb1e255d52d83d03c46c596.tar.gz
emacs-4509aaa5b0666a120fb1e255d52d83d03c46c596.zip
New variable tab-bar-position
* lisp/cus-start.el: Add customization for tab-bar-position. * src/dispnew.c (syms_of_display): New variable Vtab_bar_position. (adjust_frame_glyphs_for_window_redisplay): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d06f0a59528..d6a7231474e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2134,6 +2134,8 @@ disabled: by default, they enable tab-bar-mode in that case.
2134The X resource "tabBar", class "TabBar" enables the tab bar 2134The X resource "tabBar", class "TabBar" enables the tab bar
2135when its value is "on", "yes" or "1". 2135when its value is "on", "yes" or "1".
2136 2136
2137The variable 'tab-bar-position' specifies where to show the tab bar.
2138
2137Read the new Info node "(emacs) Tab Bars" for full description 2139Read the new Info node "(emacs) Tab Bars" for full description
2138of all related features. 2140of all related features.
2139 2141