]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fopen_network_stream) [POLL_FOR_INPUT]: Register
authorGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 13:12:17 +0000 (13:12 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 13:12:17 +0000 (13:12 +0000)
unwind function to undo the effect of stopping atimers.

src/process.c

index 9fe2c5af942866f0ab10367c036c9bc77ef15e4b..dab701a9e7f41c6af495253ffe5a7a5f7785db43 100644 (file)
@@ -1835,6 +1835,7 @@ Fourth arg SERVICE is name of the service desired, or an integer\n\
      Some kernels have a bug which causes retrying connect to fail
      after a connect.  Polling can interfere with gethostbyname too.  */
 #ifdef POLL_FOR_INPUT
+  record_unwind_protect (unwind_stop_other_atimers, Qnil);
   bind_polling_period (10);
 #endif