]> git.eshelyaron.com Git - emacs.git/commit
(Fmake_indirect_buffer): Use set_marker_both.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Jan 1998 02:37:16 +0000 (02:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Jan 1998 02:37:16 +0000 (02:37 +0000)
commit3f236a406617391c66addb76a2129fa087d70182
tree4084cbdb860052b34c30b8ce6642c47d25e4ceb0
parent1389ad718c988c0f423facf0e953178d3e24cf30
(Fmake_indirect_buffer): Use set_marker_both.
(set_buffer_internal_1): Likewise.
(set_buffer_temp): Likewise.

(set_buffer_temp): Update BUF_PT_BYTE, BUF_BEGV_BYTE and BUF_ZV_BYTE.
(Fmake_indirect_buffer, set_buffer_internal_1):
Set up the pt, begv and zv markers with both kinds of position.
Set BUF_PT_BYTE, BUF_BEGV_BYTE, BUF_ZV_BYTE.
(Fget_buffer_create): Set BUF_..._BYTE.
src/buffer.c