aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index a1fda056463..0fbc4d41f64 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1131,7 +1131,7 @@ window_loop (type, obj, mini, frames)
1131 case GET_LRU_WINDOW: 1131 case GET_LRU_WINDOW:
1132 /* t as arg means consider only full-width windows */ 1132 /* t as arg means consider only full-width windows */
1133 if (!NILP (obj) && XFASTINT (XWINDOW (w)->width) 1133 if (!NILP (obj) && XFASTINT (XWINDOW (w)->width)
1134 != FRAME_WIDTH (frame)) 1134 != FRAME_WIDTH (XFRAME (WINDOW_FRAME (XWINDOW (w)))))
1135 break; 1135 break;
1136#if 0 1136#if 0
1137 /* Ignore invisible and iconified frames. */ 1137 /* Ignore invisible and iconified frames. */