Don't let the 'B' interactive spec default to buffers viewed in
authorJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 00:39:37 +0000 (00:39 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 00:39:37 +0000 (00:39 +0000)
commit75d8f6686c49706c474ac485c1786cea73a1b7c7
tree483efbe7450ff22723590ed848fdda1d69a41416
parent2b0f4ba538126e4ebcda851d5acac2b6fbf47c96
Don't let the 'B' interactive spec default to buffers viewed in
any visible frame.
* buffer.c (Fother_buffer): Pass Qvisible as the second argument
to Fget_buffer_window.
* window.c (Qvisible): New symbol.
(window_loop): In GET_BUFFER_WINDOW case, if frames is Qvisible,
ignore non-visible frames.
(Fget_buffer_window): Expand doc string to mention that Qvisible
is an interesting value for FRAME argument.
(syms_of_window): Init and staticpro Qvisible.
* lisp.h (Qvisible): New declaration.
src/buffer.c
src/lisp.h
src/window.c