Mercurial > emacs
changeset 89020:b0277093a5f2
(_fetch_multibyte_char_len): This variable deleted.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 20 Aug 2002 03:59:51 +0000 |
parents | 0df387138bce |
children | a37aae77b3f4 |
files | src/character.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/character.c Tue Aug 20 03:59:29 2002 +0000 +++ b/src/character.c Tue Aug 20 03:59:51 2002 +0000 @@ -73,9 +73,8 @@ property of corresponding character. */ Lisp_Object Vchar_direction_table; -/* Variables used locally in the macro FETCH_MULTIBYTE_CHAR. */ +/* Variable used locally in the macro FETCH_MULTIBYTE_CHAR. */ unsigned char *_fetch_multibyte_char_p; -int _fetch_multibyte_char_len; /* Char table of scripts. */ Lisp_Object Vchar_script_table;