]> code.delx.au - gnu-emacs/commit
Don't block in set-process-window-size
authorAlain Schneble <a.s@realize.ch>
Tue, 16 Feb 2016 02:13:06 +0000 (13:13 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 16 Feb 2016 02:13:06 +0000 (13:13 +1100)
commite4324bdf565fd934afa7558d4356f040d3a66c6e
tree0c9bc68870279be5f41bb83d189eff49ed68623f
parent7f3441cc3335b5faf7cb52458256dbbbaaaf9fa7
Don't block in set-process-window-size

* src/process.c (set-process-window-size): Explicitly return Qnil when
called with network processes as set_window_size won't work anyway on
socket fds.  As a welcome side effect, this makes the blocking
wait_for_socket_fds call obsolete.
src/process.c