diff options
Diffstat (limited to 'src/alloc.c')
-rw-r--r-- | src/alloc.c | 1 |
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'.") /* Add 2 to the size for the defalt and parent slots. */ vector = Fmake_vector (make_number (CHAR_TABLE_STANDARD_SLOTS + XINT (n)), init); + XCHAR_TABLE (vector)->parent = Qnil; XSETCHAR_TABLE (vector, XCHAR_TABLE (vector)); return vector; } |