remove polling suppression
authorBT Templeton <bt@hcoop.net>
Wed, 18 Sep 2013 03:50:16 +0000 (23:50 -0400)
committerRobin Templeton <robin@terpri.org>
Sun, 19 Apr 2015 07:43:02 +0000 (03:43 -0400)
commitefdd2e5c64957ecd43765763ab59edda56127b08
tree6fa0c8a94f87ddbbe4cbf5aa0edc75ffc418a496
parentd43b5e84066afe4ee7100ab957438a1c41141492
remove polling suppression

* src/eval.c (struct catchtag): Remove `poll_suppress_count'
  field. All references changed.

* src/keyboard.c (poll_suppress_count, stop_polling,
  set_poll_suppress_count, STOP_POLLING, RESUME_POLLING): Remove. All
  references changed.
  (wait_reading_process_output): Turn on atimers unconditionally.
src/eval.c
src/keyboard.c
src/keyboard.h
src/lisp.h
src/process.c
src/w32term.c
src/xdisp.c
src/xterm.c