1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 05:51:11 -07:00

* sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT

and VINTR.
This commit is contained in:
Jim Blandy 1993-06-12 17:46:44 +00:00
parent 1d7cc616b8
commit a6d570c637

View file

@ -466,7 +466,6 @@ child_setup_tty (out)
s.main.c_iflag &= ~IGNBRK;
s.main.c_iflag &= ~BRKINT;
/* QUIT and INTR work better as signals, so disable character forms */
s.main.c_cc[VQUIT] = 0377;
s.main.c_cc[VINTR] = 0377;
#ifdef SIGNALS_VIA_CHARACTERS
/* the QUIT and INTR character are used in process_send_signal