* nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
XT,w32read_socket changes to ns_read_socket.
+
* keyboard.c (handle_interrupt): Don't call
quit_throw_to_read_char() under NS.
+
* blockinput.h: Remove NS-specific code.
2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
#ifdef COCOA_EXPERIMENTAL_CTRL_G
/* causes Feval to abort; should probably set this in calling code when
- it IS actually called from signal handler (which is only the case
- under NS if SYNC_INPUT is off) */
+ it IS actually called from signal handler, in which case we need to
+ defer ns_update_menubar() calls */
++handling_signal;
#endif