diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-01-05 20:45:59 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-01-05 20:45:59 +0000 |
commit | 2d90e492e73154599800bc922a439a364051f379 (patch) | |
tree | 914ea563af597cbf1ec75be67ea8063554f95bb3 /src/.gdbinit | |
parent | 340bb2ea4286aeaa5ee7e0a71a2a4e596695767a (diff) | |
download | emacs-2d90e492e73154599800bc922a439a364051f379.tar.gz |
Fix typo.
Diffstat (limited to 'src/.gdbinit')
-rw-r--r-- | src/.gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index c0e68b32872..91479ce2711 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -796,7 +796,7 @@ commands # 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 |