From 2d90e492e73154599800bc922a439a364051f379 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 5 Jan 2006 20:45:59 +0000 Subject: [PATCH] Fix typo. --- src/.gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2