From 7718638cead692352bde8e2650bac6c9feb2a267 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 4 Feb 2002 12:50:26 +0000 Subject: [PATCH] Fix a typo in "handle SIGINT" command. --- etc/DEBUG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/DEBUG b/etc/DEBUG index ec31b2f7ed7..7ae4ab9c46d 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -41,7 +41,7 @@ The src/.gdbinit file in the Emacs distribution arranges for SIGINT (C-g in Emacs) to be passed to Emacs and not give control back to GDB. On modern POSIX systems, you can override that with this command: - handle int stop nopass + handle SIGINT stop nopass After this `handle' command, SIGINT will return control to GDB. If you want the C-g to cause a QUIT within Emacs as well, omit the -- 2.39.5