]> code.delx.au - gnu-emacs/commit
* lisp/window.el (window--process-window-list): No-op if no processes.
authorGlenn Morris <rgm@gnu.org>
Wed, 27 Apr 2016 23:21:41 +0000 (19:21 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 27 Apr 2016 23:21:41 +0000 (19:21 -0400)
commit5c3534ffdcce41b1aab7bd158cf07224446caa9d
treefc4d4dbc7b3c056085075e00265e4e8d7584ec7d
parent734fb3ac6c3e5708ed05b6c5b1d8af92838ee3f5
* lisp/window.el (window--process-window-list): No-op if no processes.

This avoids an issue with save-selected-window (from walk-windows)
failing if frame.el is not loaded, eg if the terminal is resized
during startup of a -nw CANNOT_DUMP build.  (Bug#23369).
lisp/window.el