]> git.eshelyaron.com Git - emacs.git/commitdiff
(_fetch_multibyte_char_len): This variable deleted.
authorKenichi Handa <handa@m17n.org>
Tue, 20 Aug 2002 03:59:51 +0000 (03:59 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 20 Aug 2002 03:59:51 +0000 (03:59 +0000)
src/character.c

index 880b86e48a8d655bebdbf7a21630afc9a3204289..fb1c76cbaeeac4a10a40c61da3722c226e002b61 100644 (file)
@@ -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;