diff --git a/lisp/window.el b/lisp/window.el index 678c32ea62c..6eaa983f4c7 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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).