]> git.eshelyaron.com Git - emacs.git/commit
Make eln files re-dumpable (bug#45103)
authorAndrea Corallo <acorallo@gnu.org>
Tue, 24 Oct 2023 15:09:38 +0000 (17:09 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Tue, 24 Oct 2023 17:57:34 +0000 (19:57 +0200)
commitf7d88f4a0478d89f70243456af8c4d4817d6b251
treea31091ff672065e02656fdc17b12538db3d5ab45
parent522a74d60a915ca9e922ad42dedc19d9f72e3ae5
Make eln files re-dumpable (bug#45103)

* lisp/loadup.el (load--bin-dest-dir, load--eln-dest-dir): New
variable.
(load--fixup-all-elns): New function.
* src/pdumper.c (Fdump_emacs_portable): Update to call
'load--fixup-all-elns'.
* src/print.c (print_vectorlike): Improve CU printing.
lisp/loadup.el
src/pdumper.c
src/print.c