]> git.eshelyaron.com Git - emacs.git/commit
Better fix for ignoring 'tab-bar-lines' in daemon's initial frame
authorJuri Linkov <juri@linkov.net>
Sun, 29 Jun 2025 17:06:06 +0000 (20:06 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:08:49 +0000 (22:08 +0200)
commitf34910756093555303793f9d292de9ff0607990f
tree19181699f326ab40bda84786380cc9359e6b6ba6
parent919c5e36b26057f97aca8c11dd4de4db7462dbf5
Better fix for ignoring 'tab-bar-lines' in daemon's initial frame

* lisp/tab-bar.el (tab-bar--update-tab-bar-lines):
Revert '(not (daemonp))' to update 'default-frame-alist'
even in daemon mode (bug#78896).

* lisp/frame.el (frame-notice-user-settings): For daemon's
initial frame don't modify the frame parameter 'tab-bar-lines'.

(cherry picked from commit b13c583bc7303780b22e7bf4c4fb832fadfc36a7)
lisp/frame.el
lisp/tab-bar.el