* buffer.c (Fbury_buffer): This used to undisplay the buffer being
authorJim Blandy <jimb@redhat.com>
Tue, 29 Sep 1992 04:08:04 +0000 (04:08 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 29 Sep 1992 04:08:04 +0000 (04:08 +0000)
commitb271272a9a8a0ace7d4784ad03196d451aebc010
treec34e7eb3c928b9a48543aba45f391329c1610d55
parent8693ca83b88b09184d62c5947ef94abd8e7d38e6
* buffer.c (Fbury_buffer): This used to undisplay the buffer being
buried only if the BUFFER argument was nil.  Instead, undisplay the
buffer whenever it's displayed in the selected window, no matter
how it was specified by BUFFER.  This is how it behaves in 18.58,
and I can't find any ChangeLog entry in 18.58 or 19.0 saying why
they differ.  Fix the doc string accordingly.
src/buffer.c