diff options
| author | Kenichi Handa | 2002-08-20 03:59:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-08-20 03:59:51 +0000 |
| commit | 8973478b03ace368fcec314f7a022b4669a3015c (patch) | |
| tree | 1a11f4b0a605799c2ce781fc3af8c71e9933d9a0 /src | |
| parent | feb3066c150a1465094fa608143dba2caaa0afe1 (diff) | |
| download | emacs-8973478b03ace368fcec314f7a022b4669a3015c.tar.gz emacs-8973478b03ace368fcec314f7a022b4669a3015c.zip | |
(_fetch_multibyte_char_len): This variable deleted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.c | 3 |
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. */ |
| 74 | Lisp_Object Vchar_direction_table; | 74 | Lisp_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. */ |
| 77 | unsigned char *_fetch_multibyte_char_p; | 77 | unsigned char *_fetch_multibyte_char_p; |
| 78 | int _fetch_multibyte_char_len; | ||
| 79 | 78 | ||
| 80 | /* Char table of scripts. */ | 79 | /* Char table of scripts. */ |
| 81 | Lisp_Object Vchar_script_table; | 80 | Lisp_Object Vchar_script_table; |