diff options
| author | Stefan Monnier | 2013-06-25 19:20:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-06-25 19:20:19 +0200 |
| commit | ab5340fe26ade1e3b10ea2e87a471fecff355735 (patch) | |
| tree | 90307653c3b6958ab6bbb43dc0ab0a0b5af99d0f | |
| parent | 120597093d51973b0328cf7db2b23e3f089c06b3 (diff) | |
| download | emacs-ab5340fe26ade1e3b10ea2e87a471fecff355735.tar.gz emacs-ab5340fe26ade1e3b10ea2e87a471fecff355735.zip | |
lisp/window.el: Fix previous change (2013-06-25T15:08:47Z!lekktu@gmail.com).
| -rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index 5ba32bac953..fc50bbb0d49 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -4259,7 +4259,7 @@ specific buffers." | |||
| 4259 | (normal-height . ,(window-normal-size window)) | 4259 | (normal-height . ,(window-normal-size window)) |
| 4260 | (normal-width . ,(window-normal-size window t)) | 4260 | (normal-width . ,(window-normal-size window t)) |
| 4261 | ,@(unless (window-live-p window) | 4261 | ,@(unless (window-live-p window) |
| 4262 | `(combination-limit . ,(window-combination-limit window))) | 4262 | `((combination-limit . ,(window-combination-limit window)))) |
| 4263 | ,@(let ((parameters (window-parameters window)) | 4263 | ,@(let ((parameters (window-parameters window)) |
| 4264 | list) | 4264 | list) |
| 4265 | ;; Make copies of those window parameters whose | 4265 | ;; Make copies of those window parameters whose |