diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 906cfe6ba9d..f75c17a3d4f 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2232,7 +2232,6 @@ candidate_window_p (Lisp_Object window, Lisp_Object owindow, Lisp_Object minibuf | |||
| 2232 | } | 2232 | } |
| 2233 | else if (EQ (all_frames, Qvisible)) | 2233 | else if (EQ (all_frames, Qvisible)) |
| 2234 | { | 2234 | { |
| 2235 | FRAME_SAMPLE_VISIBILITY (f); | ||
| 2236 | candidate_p = FRAME_VISIBLE_P (f) | 2235 | candidate_p = FRAME_VISIBLE_P (f) |
| 2237 | && (FRAME_TERMINAL (XFRAME (w->frame)) | 2236 | && (FRAME_TERMINAL (XFRAME (w->frame)) |
| 2238 | == FRAME_TERMINAL (XFRAME (selected_frame))); | 2237 | == FRAME_TERMINAL (XFRAME (selected_frame))); |
| @@ -2240,7 +2239,6 @@ candidate_window_p (Lisp_Object window, Lisp_Object owindow, Lisp_Object minibuf | |||
| 2240 | } | 2239 | } |
| 2241 | else if (INTEGERP (all_frames) && XINT (all_frames) == 0) | 2240 | else if (INTEGERP (all_frames) && XINT (all_frames) == 0) |
| 2242 | { | 2241 | { |
| 2243 | FRAME_SAMPLE_VISIBILITY (f); | ||
| 2244 | candidate_p = (FRAME_VISIBLE_P (f) || FRAME_ICONIFIED_P (f) | 2242 | candidate_p = (FRAME_VISIBLE_P (f) || FRAME_ICONIFIED_P (f) |
| 2245 | #ifdef HAVE_X_WINDOWS | 2243 | #ifdef HAVE_X_WINDOWS |
| 2246 | /* Yuck!! If we've just created the frame and the | 2244 | /* Yuck!! If we've just created the frame and the |