From: Stefan Kangas Date: Thu, 22 Dec 2022 05:30:09 +0000 (+0100) Subject: Merge from origin/emacs-29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08bb91c7df4ebf0dd9de4d55575aaaed87a9b339;p=emacs.git Merge from origin/emacs-29 e59216d3be8 * Invoke spawed Emacs processes with '-Q' when native com... 777b383dd0f Fix Eshell electric slash when used from the root directo... c088cdad9e9 Fix the --without-all build with tree-sitter ec9fbad908d Fix write-region to null device on MS-Windows f35da111990 message: Do not default to eudc-capf-complete yet 98c16a8c883 ; * lisp/tab-bar.el: Remaining renaming of "fixed-width" ... d76d7a3bebf whitespace: Avoid mutating original buffer's markers in c... --- 08bb91c7df4ebf0dd9de4d55575aaaed87a9b339 diff --cc lisp/tab-bar.el index 065116d5129,a4779af04aa..69283cce145 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@@ -1026,10 -1018,10 +1026,10 @@@ This variable has effect only when `tab (const :tag "No limit" nil) (list (integer :tag "Max width (pixels)" :value 220) (integer :tag "Max width (chars)" :value 20))) - :initialize 'custom-initialize-default + :initialize #'custom-initialize-default :set (lambda (sym val) (set-default sym val) - (setq tab-bar--fixed-width-hash nil)) + (setq tab-bar--auto-width-hash nil)) :group 'tab-bar :version "29.1")