annotate lisp/term/bobcat.el @ 17022:907fb167f7de

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'.
author Karl Heuer <kwzh@gnu.org>
date Thu, 20 Feb 1997 06:44:32 +0000
parents f1f4cab7f621
children 67b464da13ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
479
9a41f30a5e64 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 ;;; HP terminals usually encourage using ^H as the rubout character
3288
f1f4cab7f621 Just load keyswap.el.
Richard M. Stallman <rms@gnu.org>
parents: 479
diff changeset
2 (load "term/keyswap" nil t)