From: YAMAMOTO Mitsuharu Date: Sat, 1 Oct 2005 11:08:25 +0000 (+0000) Subject: (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. X-Git-Tag: emacs-pretest-22.0.90~6879 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e4239ea12f1308584092e69809cbdd3c0c8bbcd;p=emacs.git (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. --- diff --git a/src/keyboard.c b/src/keyboard.c index a04f0e6dd32..f41ce352cb8 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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