summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-04-21 23:15:56 +0200
committerAndrea Corallo <akrl@sdf.org>2021-04-21 23:15:56 +0200
commit606188a360111b6985f6615f96fb255330813aeb (patch)
treeefb9e56ef7d727f94d65d3b9df275490557e7298 /lisp/emacs-lisp
parentde16621b5109f628c3ce41bdb15de6b29f540602 (diff)
downloademacs-606188a360111b6985f6615f96fb255330813aeb.tar.gz
emacs-606188a360111b6985f6615f96fb255330813aeb.tar.bz2
emacs-606188a360111b6985f6615f96fb255330813aeb.zip
* lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/comp.el3
1 files changed, 1 insertions, 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."