From: Nick Roberts Date: Wed, 16 Nov 2005 01:03:35 +0000 (+0000) Subject: Make SIGTSTP work like SIGINT normally does. X-Git-Tag: emacs-pretest-22.0.90~5874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19b9d1de60043bd63a3f5ca0e06dab6ab10f01df;p=emacs.git Make SIGTSTP work like SIGINT normally does. --- diff --git a/src/.gdbinit b/src/.gdbinit index aa89531882b..d1365d9aefd 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -31,6 +31,9 @@ dir ../lwlib # However, C-z works just as well in that case. handle 2 noprint pass +# Make it work like SIGINT normally does. +handle SIGTSTP nopass + # Don't pass SIGALRM to Emacs. This makes problems when # debugging. handle SIGALRM ignore