aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index a428ac2c2f1..e747afd59cb 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -771,6 +771,7 @@ See `char-table-extra-slot' and `set-char-table-extra-slot'.")
771 /* Add 2 to the size for the defalt and parent slots. */ 771 /* Add 2 to the size for the defalt and parent slots. */
772 vector = Fmake_vector (make_number (CHAR_TABLE_STANDARD_SLOTS + XINT (n)), 772 vector = Fmake_vector (make_number (CHAR_TABLE_STANDARD_SLOTS + XINT (n)),
773 init); 773 init);
774 XCHAR_TABLE (vector)->parent = Qnil;
774 XSETCHAR_TABLE (vector, XCHAR_TABLE (vector)); 775 XSETCHAR_TABLE (vector, XCHAR_TABLE (vector));
775 return vector; 776 return vector;
776} 777}