changeset 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 bd0f43957f3e
children 3e3f0feb89ad
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))