* lisp/window.el: Use lexical-binding
commit9d5cd450564a841c9146e3453f92b2fe0b001067
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Aug 2016 19:17:01 +0000 (2 15:17 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Aug 2016 19:17:01 +0000 (2 15:17 -0400)
treee5a2b1ea966b0ebd240cb4d101bb00ea927e504c
parentc441f5649871e7ba13bf0d4edb785105ce845efd
* lisp/window.el: Use lexical-binding

(window--min-size-ignore-p): Remove unused arg `horizontal'.
(window--sanitize-window-sizes): Remove unused arg `frame'.
(window-edges): Remove unused vars left-off and right-off.
(display-buffer-reuse-mode-window): Remove unused var `frame?'.
Avoid extraneous setq and do a bit of CSE.
(fit-frame-to-buffer): Remove unused vars `window', `fit-width',
and `toolbar-extra-height'.
(window-adjust-process-window-size): Remove unused arg `process'.
lisp/window.el