From 27b80ae94c677a41f0ca67afe2c36f9e77380390 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 10 May 2020 16:04:48 +0100 Subject: [PATCH] * Better Vcomp_sym_subr_c_name_h test function + doc * src/comp.c (syms_of_comp): 'Vcomp_sym_subr_c_name_h' need only 'eq' as test + fix doc for 'comp-sym-subr-c-name-h'. --- src/comp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/comp.c b/src/comp.c index 5ace2d28052..3a362fd0957 100644 --- a/src/comp.c +++ b/src/comp.c @@ -3960,8 +3960,8 @@ syms_of_comp (void) doc: /* List of all defined subrs. */); DEFVAR_LISP ("comp-sym-subr-c-name-h", Vcomp_sym_subr_c_name_h, doc: /* Hash table symbol-function -> function-c-name. For - internal use during */); - Vcomp_sym_subr_c_name_h = CALLN (Fmake_hash_table); + internal use during dump reload */); + Vcomp_sym_subr_c_name_h = CALLN (Fmake_hash_table, QCtest, Qeq); DEFVAR_LISP ("comp-abi-hash", Vcomp_abi_hash, doc: /* String signing the ABI exposed to .eln files. */); Vcomp_abi_hash = Qnil; -- 2.39.5