From: Kenichi Handa Date: Tue, 20 Aug 2002 03:59:51 +0000 (+0000) Subject: (_fetch_multibyte_char_len): This variable deleted. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8973478b03ace368fcec314f7a022b4669a3015c;p=emacs.git (_fetch_multibyte_char_len): This variable deleted. --- diff --git a/src/character.c b/src/character.c index 880b86e48a8..fb1c76cbaee 100644 --- a/src/character.c +++ b/src/character.c @@ -73,9 +73,8 @@ Lisp_Object Vchar_width_table; 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;