]> git.eshelyaron.com Git - emacs.git/commit
* src/print.c (print_object): Don't print hash table test if `eql`.
authorMattias Engdegård <mattiase@acm.org>
Thu, 26 Oct 2023 16:04:11 +0000 (18:04 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 13 Jan 2024 19:50:37 +0000 (20:50 +0100)
commit4ba6954e69528f89dc12bf968dec845601b1b24b
treeb254bbec9646b45cb0bd29ac74dd32c6ec5cc5bc
parent76904626b36910b511d3b0a3e56cc80af90d9361
* src/print.c (print_object): Don't print hash table test if `eql`.

Since `eql` is the default, this ensures bidirectional compatibility
while reducing the size of the external representation.
src/print.c