]> 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)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Jan 2024 15:15:29 +0000 (16:15 +0100)
commit29642945574887f404befb106edbc48c12b99d59
tree27322a5d3943d929b7d8f040d888e0500dfa5b62
parentdf4e37a7fb3337e75e704819fc63a7df525ec7f3
* 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.

(cherry picked from commit 4ba6954e69528f89dc12bf968dec845601b1b24b)
src/print.c