aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-10-01 11:08:25 +0000
committerYAMAMOTO Mitsuharu2005-10-01 11:08:25 +0000
commit9e4239ea12f1308584092e69809cbdd3c0c8bbcd (patch)
tree20d76e783620419f36bb05c862dd9560626a45d5
parent8de786ae2b18953451f304514654f1d4f5cea8e9 (diff)
downloademacs-9e4239ea12f1308584092e69809cbdd3c0c8bbcd.tar.gz
emacs-9e4239ea12f1308584092e69809cbdd3c0c8bbcd.zip
(init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
-rw-r--r--src/keyboard.c5
1 files changed, 0 insertions, 5 deletions
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 ()
10743 poll_suppress_count = 1; 10743 poll_suppress_count = 1;
10744 start_polling (); 10744 start_polling ();
10745#endif 10745#endif
10746
10747#ifdef MAC_OSX
10748 /* At least provide an escape route since C-g doesn't work. */
10749 signal (SIGINT, interrupt_signal);
10750#endif
10751} 10746}
10752 10747
10753/* This type's only use is in syms_of_keyboard, to initialize the 10748/* This type's only use is in syms_of_keyboard, to initialize the