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 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)) |