X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Felhash.c;h=52ba8484834f6637d6b4979c207ad64c04a6b45b;hp=251e54949c6c16ebacf2ac2d682e4976c6c7d358;hb=3890a2e3064a7f562107c58e59d928284ec04741;hpb=a4106e305f464a1d09e395329e2426f7759a4281 diff --git a/src/elhash.c b/src/elhash.c index 251e549..52ba848 100644 --- a/src/elhash.c +++ b/src/elhash.c @@ -1425,6 +1425,8 @@ The value is returned as (HIGH . LOW). void syms_of_elhash (void) { + INIT_LRECORD_IMPLEMENTATION (hash_table); + DEFSUBR (Fhash_table_p); DEFSUBR (Fmake_hash_table); DEFSUBR (Fcopy_hash_table);