diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-05 13:02:14 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-05 13:02:14 +0000 |
commit | 66ffe51c35f4101fc25007324dee0c4db6c8e55c (patch) | |
tree | a5d8d63c6678687399ba8092622b7996f87842c6 /src/buffer.c | |
parent | 877055f695e4fdc30068f97642cd2ecd811231ac (diff) | |
download | emacs-66ffe51c35f4101fc25007324dee0c4db6c8e55c.tar.gz |
(Fother_buffer): Consider buffers as invisible when
they are displayed in a window on an invisible frame.
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 50b982fb3fd..3a830476d03 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1047,7 +1047,7 @@ If BUFFER is omitted or nil, some interesting buffer is returned.") } if (NILP (visible_ok)) - tem = Fget_buffer_window (buf, Qt); + tem = Fget_buffer_window (buf, Qvisible); else tem = Qnil; if (NILP (tem)) |