diff options
| author | Karl Heuer | 1996-09-01 21:04:32 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-09-01 21:04:32 +0000 |
| commit | e3678b64333787df03e203b1ed5a4c2ec76d0272 (patch) | |
| tree | 1477eeda61aa36cf198eeb1af76a351bb424464c /src/buffer.c | |
| parent | 8c09486ac8aff2efb726ea76a58bcbac030b7bfa (diff) | |
| download | emacs-e3678b64333787df03e203b1ed5a4c2ec76d0272.tar.gz emacs-e3678b64333787df03e203b1ed5a4c2ec76d0272.zip | |
Removed support for !MULTI_FRAME.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index ef225eb8803..bfbd175cb16 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -853,7 +853,6 @@ If BUFFER is omitted or nil, some interesting buffer is returned.") | |||
| 853 | continue; | 853 | continue; |
| 854 | if (XSTRING (XBUFFER (buf)->name)->data[0] == ' ') | 854 | if (XSTRING (XBUFFER (buf)->name)->data[0] == ' ') |
| 855 | continue; | 855 | continue; |
| 856 | #ifdef MULTI_FRAME | ||
| 857 | /* If the selected frame has a buffer_predicate, | 856 | /* If the selected frame has a buffer_predicate, |
| 858 | disregard buffers that don't fit the predicate. */ | 857 | disregard buffers that don't fit the predicate. */ |
| 859 | tem = frame_buffer_predicate (); | 858 | tem = frame_buffer_predicate (); |
| @@ -863,7 +862,6 @@ If BUFFER is omitted or nil, some interesting buffer is returned.") | |||
| 863 | if (NILP (tem)) | 862 | if (NILP (tem)) |
| 864 | continue; | 863 | continue; |
| 865 | } | 864 | } |
| 866 | #endif | ||
| 867 | 865 | ||
| 868 | if (NILP (visible_ok)) | 866 | if (NILP (visible_ok)) |
| 869 | tem = Fget_buffer_window (buf, Qt); | 867 | tem = Fget_buffer_window (buf, Qt); |