Mercurial > emacs
changeset 14896:3d81a1c0beaa
(x_connection_closed): Don't check _Xdebug.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 27 Mar 1996 19:11:10 +0000 |
parents | 634fc7befbdf |
children | 9cce31ba2d61 |
files | src/xterm.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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;