diff options
| author | Richard M. Stallman | 1996-03-27 19:11:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-27 19:11:10 +0000 |
| commit | 68d4a8a9d75e316e670e8163437821b5f4a9802e (patch) | |
| tree | 69b08e54f8becf68cdb0649bcf0542bd8be972f8 /src | |
| parent | 8c29f6bf9760b01ed227739c64bf84741ca3e062 (diff) | |
| download | emacs-68d4a8a9d75e316e670e8163437821b5f4a9802e.tar.gz emacs-68d4a8a9d75e316e670e8163437821b5f4a9802e.zip | |
(x_connection_closed): Don't check _Xdebug.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 6 |
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 | ||
| 226 | extern Lisp_Object Vx_no_window_manager; | 226 | extern Lisp_Object Vx_no_window_manager; |
| 227 | 227 | ||
| 228 | /* Nonzero enables some debugging for the X interface code. */ | ||
| 229 | extern int _Xdebug; | ||
| 230 | |||
| 231 | extern Lisp_Object Qface, Qmouse_face; | 228 | extern Lisp_Object Qface, Qmouse_face; |
| 232 | 229 | ||
| 233 | extern int errno; | 230 | extern 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; |