]> git.eshelyaron.com Git - emacs.git/commit
Have 'split-window' forget previous window height (Bug#78835)
authorMartin Rudalics <rudalics@gmx.at>
Fri, 20 Jun 2025 06:51:58 +0000 (08:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 22 Jun 2025 08:08:37 +0000 (10:08 +0200)
commitdc042ebb8fe0a8a8302eb2f278e9933c323459e3
tree7c0a44499da95de9539fddd7072291735ad88a56
parentd69bcb4a17f23001ce250c506ed8284cd6959e9c
Have 'split-window' forget previous window height (Bug#78835)

* lisp/window.el (split-window): When WINDOW has a
'quit-restore' parameter that specifies a previous height to
restore, remove that when splitting vertically.  It does more
harm than good now (Bug#78835).

(cherry picked from commit 60a567af8697dba07b59969196faa0e368a9764b)
lisp/window.el