aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2008-03-11 15:54:05 +0000
committerJan Djärv2008-03-11 15:54:05 +0000
commit9a0935155074dac4803cc14caaace7611d857609 (patch)
tree1c97842f6c897a233e5f25d41974062eaa68dd0f /src
parent20f28123b3375e4fcf844ba284705304f2072d41 (diff)
downloademacs-9a0935155074dac4803cc14caaace7611d857609.tar.gz
emacs-9a0935155074dac4803cc14caaace7611d857609.zip
Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
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)
8110 OpenWindows in certain situations. I suspect that is a bug 8110 OpenWindows in certain situations. I suspect that is a bug
8111 in OpenWindows. I don't know how to circumvent it here. */ 8111 in OpenWindows. I don't know how to circumvent it here. */
8112 8112
8113 if (dpyinfo && terminal_list->next_terminal != NULL) 8113 if (dpyinfo)
8114 { 8114 {
8115#ifdef USE_X_TOOLKIT 8115#ifdef USE_X_TOOLKIT
8116 /* If DPYINFO is null, this means we didn't open the display 8116 /* If DPYINFO is null, this means we didn't open the display