Mercurial > emacs
changeset 74750:8079b89022bf
Pass on SIGUSR1 and SIGUSR2 to Emacs.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 19 Dec 2006 15:37:45 +0000 |
parents | 526fb5e934a5 |
children | 28393f8e75f1 |
files | src/.gdbinit |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/.gdbinit Tue Dec 19 15:37:34 2006 +0000 +++ b/src/.gdbinit Tue Dec 19 15:37:45 2006 +0000 @@ -34,6 +34,10 @@ # Make it work like SIGINT normally does. handle SIGTSTP nopass +# Pass on user signals +handle SIGUSR1 noprint pass +handle SIGUSR2 noprint pass + # Don't pass SIGALRM to Emacs. This makes problems when # debugging. handle SIGALRM ignore