mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
* lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.
This commit is contained in:
parent
de16621b51
commit
606188a360
1 changed files with 1 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue