aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/character.h2
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;
510extern Lisp_Object Vchar_direction_table; 510extern Lisp_Object Vchar_direction_table;
511extern Lisp_Object Vchar_unify_table; 511extern Lisp_Object Vchar_unify_table;
512 512
513extern 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)]))