]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorNick Roberts <nickrob@snap.net.nz>
Thu, 5 Jan 2006 20:45:59 +0000 (20:45 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 5 Jan 2006 20:45:59 +0000 (20:45 +0000)
src/.gdbinit

index c0e68b328724471b7de44f16898ca1834a8b6143..91479ce271185a3acc737129344c6e960a45562d 100644 (file)
@@ -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