1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

(init_keyboard) [MAC_OSX]: Don't install SIGINT handler.

This commit is contained in:
YAMAMOTO Mitsuharu 2005-10-01 11:08:25 +00:00
parent 8de786ae2b
commit 9e4239ea12

View file

@ -10743,11 +10743,6 @@ init_keyboard ()
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