* lisp/tab-bar.el (tab-bar-new-button-show): Make variable obsolete.

This commit is contained in:
Juri Linkov 2021-08-15 19:15:42 +03:00
parent bf11c698b6
commit 0da97a4ed9

View file

@ -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.")