diff options
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 f2d6ca37e74..d1680961e3b 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -585,7 +585,7 @@ If BUFFER is omitted or nil, some interesting buffer is returned.") | |||
| 585 | if (XSTRING (XBUFFER (buf)->name)->data[0] == ' ') | 585 | if (XSTRING (XBUFFER (buf)->name)->data[0] == ' ') |
| 586 | continue; | 586 | continue; |
| 587 | if (NILP (visible_ok)) | 587 | if (NILP (visible_ok)) |
| 588 | tem = Fget_buffer_window (buf, Qvisible); | 588 | tem = Fget_buffer_window (buf, Qt); |
| 589 | else | 589 | else |
| 590 | tem = Qnil; | 590 | tem = Qnil; |
| 591 | if (NILP (tem)) | 591 | if (NILP (tem)) |