]> git.eshelyaron.com Git - emacs.git/commitdiff
Make SIGTSTP work like SIGINT normally does.
authorNick Roberts <nickrob@snap.net.nz>
Wed, 16 Nov 2005 01:03:35 +0000 (01:03 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 16 Nov 2005 01:03:35 +0000 (01:03 +0000)
src/.gdbinit

index aa89531882b442254c5d0cf6c5a20d3b0885bc68..d1365d9aefd4760d381082c5aa3bd589b4200da7 100644 (file)
@@ -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