* buffer.c (Fmove_overlay): If the overlay is in no buffer and the
authorJim Blandy <jimb@redhat.com>
Fri, 14 May 1993 22:57:10 +0000 (22:57 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 14 May 1993 22:57:10 +0000 (22:57 +0000)
commit3ece337ad9ed67592697d94c28160199890a59d3
treeaf5476b84a80d001f06acc8f2f46fae739e08cf5
parent926a64aa20421cd96161cdb85de9ab23ce002b83
* buffer.c (Fmove_overlay): If the overlay is in no buffer and the
BUFFER argument has been omitted, put it in the current buffer,
for symmetry with move-marker.

* buffer.c (Fdelete_overlay): Make the overlay's markers point
nowhere, not at 1.  Do this after calling redisplay_region, so
that code knows what section has changed.
src/buffer.c