diff src/buffer.c @ 31395:d0f522cf422b

(Fother_buffer): Consider buffers as invisible when they are displayed in a window on an invisible frame.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 05 Sep 2000 13:01:56 +0000
parents 89c7c0e869af
children 828b2b8afdc0
line wrap: on
line diff
--- a/src/buffer.c	Tue Sep 05 10:52:21 2000 +0000
+++ b/src/buffer.c	Tue Sep 05 13:01:56 2000 +0000
@@ -1047,7 +1047,7 @@
 	}
 
       if (NILP (visible_ok))
-	tem = Fget_buffer_window (buf, Qt);
+	tem = Fget_buffer_window (buf, Qvisible);
       else
 	tem = Qnil;
       if (NILP (tem))