diff options
| author | Jan Djärv | 2008-03-11 15:54:05 +0000 |
|---|---|---|
| committer | Jan Djärv | 2008-03-11 15:54:05 +0000 |
| commit | 9a0935155074dac4803cc14caaace7611d857609 (patch) | |
| tree | 1c97842f6c897a233e5f25d41974062eaa68dd0f /src | |
| parent | 20f28123b3375e4fcf844ba284705304f2072d41 (diff) | |
| download | emacs-9a0935155074dac4803cc14caaace7611d857609.tar.gz emacs-9a0935155074dac4803cc14caaace7611d857609.zip | |
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) | |||
| 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 |