Mercurial > emacs
changeset 68052:52ebcbbec4f0
Fix typo.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 05 Jan 2006 20:45:59 +0000 |
parents | 9c3f86e0b343 |
children | 5770fac9a117 |
files | src/.gdbinit |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/.gdbinit Thu Jan 05 20:45:03 2006 +0000 +++ b/src/.gdbinit Thu Jan 05 20:45:59 2006 +0000 @@ -796,7 +796,7 @@ # around before Emacs exits. Perhaps we should put the break # somewhere else instead... if $tem[0] == 'x' && $tem[1] == '\0' - break abort + break x_error_quitter end continue end