aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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);