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:
parent
8de786ae2b
commit
9e4239ea12
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue