From: Richard M. Stallman Date: Wed, 27 Mar 1996 19:11:10 +0000 (+0000) Subject: (x_connection_closed): Don't check _Xdebug. X-Git-Tag: emacs-19.34~964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68d4a8a9d75e316e670e8163437821b5f4a9802e;p=emacs.git (x_connection_closed): Don't check _Xdebug. --- diff --git a/src/xterm.c b/src/xterm.c index ce426fb0afd..795a2e1c38d 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -225,9 +225,6 @@ extern Lisp_Object Vcommand_line_args, Vsystem_name; extern Lisp_Object Vx_no_window_manager; -/* Nonzero enables some debugging for the X interface code. */ -extern int _Xdebug; - extern Lisp_Object Qface, Qmouse_face; extern int errno; @@ -4516,9 +4513,6 @@ x_connection_closed (display, error_message) struct x_display_info *dpyinfo = x_display_info_for_display (display); Lisp_Object frame, tail; - if (_Xdebug) - abort (); - /* Indicate that this display is dead. */ dpyinfo->display = 0;