diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2008-03-11 15:54:05 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2008-03-11 15:54:05 +0000 |
commit | 9a0935155074dac4803cc14caaace7611d857609 (patch) | |
tree | 1c97842f6c897a233e5f25d41974062eaa68dd0f /src | |
parent | 20f28123b3375e4fcf844ba284705304f2072d41 (diff) | |
download | emacs-9a0935155074dac4803cc14caaace7611d857609.tar.gz |
Fix previous change.
Diffstat (limited to 'src')
-rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index c09257c6dda..f8ef761c5f5 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8110,7 +8110,7 @@ x_connection_closed (dpy, error_message) OpenWindows in certain situations. I suspect that is a bug in OpenWindows. I don't know how to circumvent it here. */ - if (dpyinfo && terminal_list->next_terminal != NULL) + if (dpyinfo) { #ifdef USE_X_TOOLKIT /* If DPYINFO is null, this means we didn't open the display |