Mercurial > emacs
diff src/character.c @ 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 | 16317690f974 |
children | ad8f56efa7c6 |
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;