emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 606188a: * lisp/emacs-lisp/comp.el (comp-imm-equal-t


From: Andrea Corallo
Subject: feature/native-comp 606188a: * lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.
Date: Wed, 21 Apr 2021 17:22:47 -0400 (EDT)

branch: feature/native-comp
commit 606188a360111b6985f6615f96fb255330813aeb
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.
---
 lisp/emacs-lisp/comp.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 5876181..ab5a06e 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -731,8 +731,7 @@ Returns ELT."
     "Hash table lap-op -> stack adjustment."))
 
 (define-hash-table-test 'comp-imm-equal-test #'equal-including-properties
-  (lambda (x)
-    (sxhash-equal-including-properties x)))
+  #'sxhash-equal-including-properties)
 
 (cl-defstruct comp-data-container
   "Data relocation container structure."



reply via email to

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