]> git.eshelyaron.com Git - emacs.git/commit
Make the installed pmdp file use a fingerprint
authorGlenn Morris <rgm@gnu.org>
Mon, 11 Oct 2021 12:03:26 +0000 (14:03 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Oct 2021 12:03:26 +0000 (14:03 +0200)
commite81f1faca4382ed5c8f15fec84fb7c900a5468f9
tree4e0166ef21252688f5af41814dfa2c577e23de0f
parent932c23f7978cf5e94ed9b6df4969b393f7551716
Make the installed pmdp file use a fingerprint

* Makefile.in (EMACS_PDMP): Use --fingerprint.

* doc/emacs/cmdargs.texi (Action Arguments): Document --fingerprint.

* src/emacs.c (load_pdump): Load the fingerprinted version of the
pdmp file (bug#42790).
(main): Support --fingerprint.

* src/pdumper.c (dump_fingerprint): Make non-static.

* src/pdumper.h: Declare dump_fingerprint.
Makefile.in
doc/emacs/cmdargs.texi
src/emacs.c
src/pdumper.c
src/pdumper.h