]> git.eshelyaron.com Git - emacs.git/commit
* lisp/window.el (window-deletable-p): Improve tab handling.
authorJuri Linkov <juri@linkov.net>
Thu, 3 Apr 2025 16:28:41 +0000 (19:28 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Apr 2025 16:52:14 +0000 (18:52 +0200)
commitf3efde7ce6bbd25d749e38bb0d92759a73c37d62
tree1f10a9f38555293c1d665b4f47d29ffcd3486cb4
parentbcddbeb935deee5a68bd8a15b11cd90b74da25e1
* lisp/window.el (window-deletable-p): Improve tab handling.

Use frame parameter 'tab-bar-lines' instead of 'tab-bar-mode'.
Remove 'window-dedicated-p' (bug#71386).  Doc fix.
Add 'frame' arg to 'window-list-1' (bug#59862).

(cherry picked from commit 79fd696d141f22676d72caf3ae21c9f79e59b91a)
lisp/window.el