# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1128164905 0 # Node ID 9bbfc8301ea64d817912571b3646abcf16fb4434 # Parent 592847746fcafd259c909a441d52648aaf8f79fd (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. diff -r 592847746fca -r 9bbfc8301ea6 src/keyboard.c --- a/src/keyboard.c Sat Oct 01 11:07:39 2005 +0000 +++ b/src/keyboard.c Sat Oct 01 11:08:25 2005 +0000 @@ -10743,11 +10743,6 @@ poll_suppress_count = 1; start_polling (); #endif - -#ifdef MAC_OSX - /* At least provide an escape route since C-g doesn't work. */ - signal (SIGINT, interrupt_signal); -#endif } /* This type's only use is in syms_of_keyboard, to initialize the