aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-27 19:11:10 +0000
committerRichard M. Stallman1996-03-27 19:11:10 +0000
commit68d4a8a9d75e316e670e8163437821b5f4a9802e (patch)
tree69b08e54f8becf68cdb0649bcf0542bd8be972f8 /src
parent8c29f6bf9760b01ed227739c64bf84741ca3e062 (diff)
downloademacs-68d4a8a9d75e316e670e8163437821b5f4a9802e.tar.gz
emacs-68d4a8a9d75e316e670e8163437821b5f4a9802e.zip
(x_connection_closed): Don't check _Xdebug.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c6
1 files changed, 0 insertions, 6 deletions
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;
225 225
226extern Lisp_Object Vx_no_window_manager; 226extern Lisp_Object Vx_no_window_manager;
227 227
228/* Nonzero enables some debugging for the X interface code. */
229extern int _Xdebug;
230
231extern Lisp_Object Qface, Qmouse_face; 228extern Lisp_Object Qface, Qmouse_face;
232 229
233extern int errno; 230extern int errno;
@@ -4516,9 +4513,6 @@ x_connection_closed (display, error_message)
4516 struct x_display_info *dpyinfo = x_display_info_for_display (display); 4513 struct x_display_info *dpyinfo = x_display_info_for_display (display);
4517 Lisp_Object frame, tail; 4514 Lisp_Object frame, tail;
4518 4515
4519 if (_Xdebug)
4520 abort ();
4521
4522 /* Indicate that this display is dead. */ 4516 /* Indicate that this display is dead. */
4523 4517
4524 dpyinfo->display = 0; 4518 dpyinfo->display = 0;