]> git.eshelyaron.com Git - emacs.git/commit
pdumper avoid listing hash table contents
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Aug 2020 09:16:54 +0000 (02:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Aug 2020 09:27:44 +0000 (02:27 -0700)
commit25b416888847db26fa6de2e64d628851a275e10c
tree6f2cd5b0d009f20e096f96b6e4f5948ddd797704
parent53132c1639beb2fc8687d88a6e17fffa4216b440
pdumper avoid listing hash table contents

* src/pdumper.c (hash_table_contents): Create a vector directly,
instead of creating a list and then converting that to a vector.
src/pdumper.c