Mercurial > emacs
changeset 3695:674fb551b693
* sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT
and VINTR.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 12 Jun 1993 17:46:44 +0000 |
parents | f0e305fceb86 |
children | aa9310f06c0f |
files | src/sysdep.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Sat Jun 12 17:31:26 1993 +0000 +++ b/src/sysdep.c Sat Jun 12 17:46:44 1993 +0000 @@ -466,7 +466,6 @@ 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