From b8cf5cd5618324decf768063ed6533d1ff9b1e9e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 14 Jul 2025 14:35:31 +0300 Subject: [PATCH] ; * lisp/window.el (window-state-put): Fix a typo (bug#79013). (cherry picked from commit 756e7e524395cc3cdf5a0945c58af402e5054cfb) --- lisp/window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/window.el b/lisp/window.el index 61626f5a3e7..304ec058aa3 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -6751,7 +6751,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). -- 2.39.5