diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/character.h b/src/character.h index 23b935941f9..c3ef2725bed 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -510,6 +510,8 @@ extern Lisp_Object Vchar_width_table; | |||
| 510 | extern Lisp_Object Vchar_direction_table; | 510 | extern Lisp_Object Vchar_direction_table; |
| 511 | extern Lisp_Object Vchar_unify_table; | 511 | extern Lisp_Object Vchar_unify_table; |
| 512 | 512 | ||
| 513 | extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object)); | ||
| 514 | |||
| 513 | /* Return a translation table of id number ID. */ | 515 | /* Return a translation table of id number ID. */ |
| 514 | #define GET_TRANSLATION_TABLE(id) \ | 516 | #define GET_TRANSLATION_TABLE(id) \ |
| 515 | (XCDR(XVECTOR(Vtranslation_table_vector)->contents[(id)])) | 517 | (XCDR(XVECTOR(Vtranslation_table_vector)->contents[(id)])) |