aboutsummaryrefslogtreecommitdiffstats
path: root/src/chartab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chartab.c')
-rw-r--r--src/chartab.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/chartab.c b/src/chartab.c
index bfbbf798f0c..013a5be575e 100644
--- a/src/chartab.c
+++ b/src/chartab.c
@@ -57,9 +57,6 @@ static const int chartab_bits[4] =
57/* Preamble for uniprop (Unicode character property) tables. See the 57/* Preamble for uniprop (Unicode character property) tables. See the
58 comment of "Unicode character property tables". */ 58 comment of "Unicode character property tables". */
59 59
60/* Purpose of uniprop tables. */
61static Lisp_Object Qchar_code_property_table;
62
63/* Types of decoder and encoder functions for uniprop values. */ 60/* Types of decoder and encoder functions for uniprop values. */
64typedef Lisp_Object (*uniprop_decoder_t) (Lisp_Object, Lisp_Object); 61typedef Lisp_Object (*uniprop_decoder_t) (Lisp_Object, Lisp_Object);
65typedef Lisp_Object (*uniprop_encoder_t) (Lisp_Object, Lisp_Object); 62typedef Lisp_Object (*uniprop_encoder_t) (Lisp_Object, Lisp_Object);
@@ -1378,6 +1375,7 @@ CHAR-TABLE must be what returned by `unicode-property-table-internal'. */)
1378void 1375void
1379syms_of_chartab (void) 1376syms_of_chartab (void)
1380{ 1377{
1378 /* Purpose of uniprop tables. */
1381 DEFSYM (Qchar_code_property_table, "char-code-property-table"); 1379 DEFSYM (Qchar_code_property_table, "char-code-property-table");
1382 1380
1383 defsubr (&Smake_char_table); 1381 defsubr (&Smake_char_table);