From: Eli Zaretskii Date: Mon, 14 Jul 2025 11:35:31 +0000 (+0300) Subject: ; * lisp/window.el (window-state-put): Fix a typo (bug#79013). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8cf5cd5618324decf768063ed6533d1ff9b1e9e;p=emacs.git ; * lisp/window.el (window-state-put): Fix a typo (bug#79013). (cherry picked from commit 756e7e524395cc3cdf5a0945c58af402e5054cfb) --- 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).