diff options
| author | Gerd Moellmann | 2000-09-05 13:02:14 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-05 13:02:14 +0000 |
| commit | 66ffe51c35f4101fc25007324dee0c4db6c8e55c (patch) | |
| tree | a5d8d63c6678687399ba8092622b7996f87842c6 /src/buffer.c | |
| parent | 877055f695e4fdc30068f97642cd2ecd811231ac (diff) | |
| download | emacs-66ffe51c35f4101fc25007324dee0c4db6c8e55c.tar.gz emacs-66ffe51c35f4101fc25007324dee0c4db6c8e55c.zip | |
(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.") | |||
| 1047 | } | 1047 | } |
| 1048 | 1048 | ||
| 1049 | if (NILP (visible_ok)) | 1049 | if (NILP (visible_ok)) |
| 1050 | tem = Fget_buffer_window (buf, Qt); | 1050 | tem = Fget_buffer_window (buf, Qvisible); |
| 1051 | else | 1051 | else |
| 1052 | tem = Qnil; | 1052 | tem = Qnil; |
| 1053 | if (NILP (tem)) | 1053 | if (NILP (tem)) |