1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * lisp/window.el (window-state-put): Fix a typo (bug#79013).

This commit is contained in:
Eli Zaretskii 2025-07-14 14:35:31 +03:00
parent 0fb20adf8e
commit 756e7e5243

View file

@ -6485,7 +6485,7 @@ was killed since STATE was made, it will consult the variable
(if pixelwise 'min-pixel-height 'min-height)
head)))
(min-width (cdr (assq
(if pixelwise 'min-pixel-width 'min-weight)
(if pixelwise 'min-pixel-width 'min-width)
head)))
;; Bind the following two variables. `window--state-put-1' has
;; to fully control them (see Bug#50867 and Bug#64405).