]> git.eshelyaron.com Git - emacs.git/commit
pdumper.c: Minor improvements found while debugging
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 27 Jan 2024 04:15:57 +0000 (23:15 -0500)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:07:24 +0000 (21:07 +0100)
commit2b72062c6560aa67918b13d2f17876998339d0a4
tree1358482be9e537da4cc13fbbda02b171fd3485ae
parent4be85a2c9af5eadceb790eb4b0eeae3addbd39a1
pdumper.c: Minor improvements found while debugging

* src/pdumper.c (dump_hash_table_list): Remove unused return value;
and simplify with `vconcat`.
(dump_charset): Don't copy uninitialized fields.

(cherry picked from commit 08007a030e03762b888dcfcd64e84f03e5a2d54f)
src/pdumper.c