diff options
Diffstat (limited to 'lisp/tab-bar.el')
-rw-r--r-- | lisp/tab-bar.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index d16711bed6f..4ec1143128b 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -365,6 +365,7 @@ When this is nil, you can create new tabs with \\[tab-new]." (force-mode-line-update)) :group 'tab-bar :version "27.1") +(make-obsolete-variable 'tab-bar-new-button-show 'tab-bar-format "28.1") (defvar tab-bar-new-button " + " "Button for creating a new tab.") |