# HG changeset patch # User Karoly Lorentey # Date 1088990141 0 # Node ID 952f7cc8274d641b4051dc80545d2c5ed4cd36d5 # Parent 243c49e23626ad3356457379c67b06b10500f70e 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 diff -r 243c49e23626 -r 952f7cc8274d src/keyboard.c --- 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 {