lisp/window.el: Fix previous change (2013-06-25T15:08:47Z!lekktu@gmail.com).
This commit is contained in:
parent
120597093d
commit
ab5340fe26
1 changed files with 1 additions and 1 deletions
|
|
@ -4259,7 +4259,7 @@ specific buffers."
|
|||
(normal-height . ,(window-normal-size window))
|
||||
(normal-width . ,(window-normal-size window t))
|
||||
,@(unless (window-live-p window)
|
||||
`(combination-limit . ,(window-combination-limit window)))
|
||||
`((combination-limit . ,(window-combination-limit window))))
|
||||
,@(let ((parameters (window-parameters window))
|
||||
list)
|
||||
;; Make copies of those window parameters whose
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue