From: Nick Roberts Date: Thu, 5 Jan 2006 20:45:59 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-22.0.90~4867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d90e492e73154599800bc922a439a364051f379;p=emacs.git Fix typo. --- 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