From 606188a360111b6985f6615f96fb255330813aeb Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 21 Apr 2021 23:15:56 +0200 Subject: [PATCH] * 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 587618116fe..ab5a06e7e86 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." -- 2.39.5