emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 27b80ae 11/17: * Better Vcomp_sym_subr_c_name_h test


From: Andrea Corallo
Subject: feature/native-comp 27b80ae 11/17: * Better Vcomp_sym_subr_c_name_h test function + doc
Date: Fri, 15 May 2020 15:07:56 -0400 (EDT)

branch: feature/native-comp
commit 27b80ae94c677a41f0ca67afe2c36f9e77380390
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * 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 5ace2d2..3a362fd 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]