]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-29
authorStefan Kangas <stefankangas@gmail.com>
Thu, 22 Dec 2022 05:30:09 +0000 (06:30 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 22 Dec 2022 05:30:09 +0000 (06:30 +0100)
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...

1  2 
configure.ac
lisp/tab-bar.el
src/fileio.c

diff --cc configure.ac
Simple merge
diff --cc lisp/tab-bar.el
index 065116d5129abc2f571e5095b37750588f1cce28,a4779af04aa10936ec614cbb208e144e51594eef..69283cce145f9c71f725dcc0251bf8f0c4e6569c
@@@ -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")
  
diff --cc src/fileio.c
Simple merge