]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.
authorAndrea Corallo <akrl@sdf.org>
Wed, 21 Apr 2021 21:15:56 +0000 (23:15 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 21 Apr 2021 21:15:56 +0000 (23:15 +0200)
lisp/emacs-lisp/comp.el

index 587618116fe1ae6b24fddb3c45e60378c8be08f4..ab5a06e7e86c7c047b89fc37e470cfca1a8f7b44 100644 (file)
@@ -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."