From: Juri Linkov Date: Sun, 15 Aug 2021 16:15:42 +0000 (+0300) Subject: * lisp/tab-bar.el (tab-bar-new-button-show): Make variable obsolete. X-Git-Tag: emacs-28.0.90~1489 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0da97a4ed9b0819fd9112f572a61724a66ba83a6;p=emacs.git * lisp/tab-bar.el (tab-bar-new-button-show): Make variable obsolete. --- 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.")