aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-08-20 03:59:51 +0000
committerKenichi Handa2002-08-20 03:59:51 +0000
commit8973478b03ace368fcec314f7a022b4669a3015c (patch)
tree1a11f4b0a605799c2ce781fc3af8c71e9933d9a0 /src
parentfeb3066c150a1465094fa608143dba2caaa0afe1 (diff)
downloademacs-8973478b03ace368fcec314f7a022b4669a3015c.tar.gz
emacs-8973478b03ace368fcec314f7a022b4669a3015c.zip
(_fetch_multibyte_char_len): This variable deleted.
Diffstat (limited to 'src')
-rw-r--r--src/character.c3
1 files changed, 1 insertions, 2 deletions
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;
73 property of corresponding character. */ 73 property of corresponding character. */
74Lisp_Object Vchar_direction_table; 74Lisp_Object Vchar_direction_table;
75 75
76/* Variables used locally in the macro FETCH_MULTIBYTE_CHAR. */ 76/* Variable used locally in the macro FETCH_MULTIBYTE_CHAR. */
77unsigned char *_fetch_multibyte_char_p; 77unsigned char *_fetch_multibyte_char_p;
78int _fetch_multibyte_char_len;
79 78
80/* Char table of scripts. */ 79/* Char table of scripts. */
81Lisp_Object Vchar_script_table; 80Lisp_Object Vchar_script_table;