# HG changeset patch # User Richard M. Stallman # Date 827953870 0 # Node ID 3d81a1c0beaa257c3567fc63e848d61bc1c0a70c # Parent 634fc7befbdf710848762d1a67b1a1d0da707010 (x_connection_closed): Don't check _Xdebug. diff -r 634fc7befbdf -r 3d81a1c0beaa src/xterm.c --- a/src/xterm.c Wed Mar 27 03:54:10 1996 +0000 +++ b/src/xterm.c Wed Mar 27 19:11:10 1996 +0000 @@ -225,9 +225,6 @@ 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 @@ 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;