Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 31394:bd0f43957f3e | 31395:d0f522cf422b |
|---|---|
| 1045 if (NILP (tem)) | 1045 if (NILP (tem)) |
| 1046 continue; | 1046 continue; |
| 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)) |
| 1054 return buf; | 1054 return buf; |
| 1055 if (NILP (notsogood)) | 1055 if (NILP (notsogood)) |
