Mercurial > emacs
diff etc/DEBUG @ 43106:cd4549362019
Fix a typo in "handle SIGINT" command.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Mon, 04 Feb 2002 12:50:26 +0000 |
| parents | 902e47b4907b |
| children | 7fe131ded6d9 |
line wrap: on
line diff
--- a/etc/DEBUG Mon Feb 04 06:07:59 2002 +0000 +++ b/etc/DEBUG Mon Feb 04 12:50:26 2002 +0000 @@ -41,7 +41,7 @@ (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
