changeset 20066:affc9c857428

(replace_buffer_in_all_windows): Pass 1 as MINI to window_loop.
author Karl Heuer <kwzh@gnu.org>
date Thu, 16 Oct 1997 00:07:02 +0000
parents 34f94bc812c3
children 694a165b5b0d
files src/window.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Thu Oct 16 00:04:22 1997 +0000
+++ b/src/window.c	Thu Oct 16 00:07:02 1997 +0000
@@ -1666,9 +1666,9 @@
      because it only considers frames on the current keyboard.
      So loop manually over frames, and handle each one.  */
   FOR_EACH_FRAME (tail, frame)
-    window_loop (UNSHOW_BUFFER, buffer, 0, frame);
+    window_loop (UNSHOW_BUFFER, buffer, 1, frame);
 #else
-  window_loop (UNSHOW_BUFFER, buffer, 0, Qt);
+  window_loop (UNSHOW_BUFFER, buffer, 1, Qt);
 #endif
 }