Include charset.h.
authorKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:44:32 +0000 (06:44 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:44:32 +0000 (06:44 +0000)
commit3b06f8809cce0dcd6e8ae9a05a2fbeb3712c4bcc
tree3b6e41c2144167e596021a1b2ed3ca5f0ab4c6fa
parent38a1965a3fb0a972e0f70a19ba61acdb9777d233
Include charset.h.
(Fget_buffer_create): Allocate an extra byte for a buffer, and
make it always 0 for anchoring.
(reset_buffer): Handle a new member `enable_multibyte_characters'
in the struct buffer.
(fix_overlay_before): New function.
(init_buffer_once): Handle new members in the struct buffer.
(syms_of_buffer): Declare new buffer local variables
`enable-multibyte-characters' and `direction-reserved'.
src/buffer.c