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:
parent
0fb20adf8e
commit
756e7e5243
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue