comparison src/ChangeLog @ 89035:0c18d239a810

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 20 Aug 2002 13:12:32 +0000
parents 0498f08658eb
children 1a28ef0dd9f4
comparison
equal deleted inserted replaced
89034:63f566c131d7 89035:0c18d239a810
21 21
22 * character.c (_fetch_multibyte_char_len): This variable deleted. 22 * character.c (_fetch_multibyte_char_len): This variable deleted.
23 (syms_of_character): Setup Vprintable_chars. 23 (syms_of_character): Setup Vprintable_chars.
24 24
25 * editfns.c (Fchar_equal): Fix for the unibyte case. 25 * editfns.c (Fchar_equal): Fix for the unibyte case.
26 (Finsert_byte): New function.
27 (syms_of_editfns): Defsubr it.
26 28
27 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead 29 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
28 of direct code 0x3ffff. 30 of direct code 0x3ffff.
29 31
30 * search.c (Freplace_match): Fix for the unibyte case. 32 * search.c (Freplace_match): Fix for the unibyte case.