diff src/.gdbinit @ 68052:52ebcbbec4f0

Fix typo.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 05 Jan 2006 20:45:59 +0000
parents cb837057e642
children 0034c3d92000 55e22205ba88
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