diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 133229af5f6..89d9305ca33 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1274,7 +1274,7 @@ window_loop (type, obj, mini, frames) | |||
| 1274 | /* If this window is dedicated, and in a frame of its own, | 1274 | /* If this window is dedicated, and in a frame of its own, |
| 1275 | kill the frame. */ | 1275 | kill the frame. */ |
| 1276 | if (EQ (w, FRAME_ROOT_WINDOW (f)) | 1276 | if (EQ (w, FRAME_ROOT_WINDOW (f)) |
| 1277 | && XWINDOW (w)->dedicated | 1277 | && !NILP (XWINDOW (w)->dedicated) |
| 1278 | && other_visible_frames (f)) | 1278 | && other_visible_frames (f)) |
| 1279 | Fdelete_frame (WINDOW_FRAME (XWINDOW (w)), Qnil); | 1279 | Fdelete_frame (WINDOW_FRAME (XWINDOW (w)), Qnil); |
| 1280 | else | 1280 | else |