From: Andrea Corallo Date: Sun, 10 May 2020 15:04:48 +0000 (+0100) Subject: * Better Vcomp_sym_subr_c_name_h test function + doc X-Git-Tag: emacs-28.0.90~2727^2~642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27b80ae94c677a41f0ca67afe2c36f9e77380390;p=emacs.git * 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'. --- 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;