Mercurial > emacs
changeset 83170:952f7cc8274d
Fixed C-c from the controlling terminal.
* src/keyboard.c (interrupt_signal): Don't call fatal_error_signal with
an extra parameter.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-210
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 05 Jul 2004 01:15:41 +0000 |
parents | 243c49e23626 |
children | 09bbf2fc80da |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Sun Jul 04 21:51:32 2004 +0000 +++ b/src/keyboard.c Mon Jul 05 01:15:41 2004 +0000 @@ -10323,7 +10323,7 @@ { /* If there are no frames there, let's pretend that we are a well-behaving UN*X program and quit. */ - fatal_error_signal (getpid (), SIGTERM); + fatal_error_signal (SIGTERM); } else {