]> git.eshelyaron.com Git - emacs.git/commit
Add a new after-pdump-load-hook variable
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Oct 2021 11:55:28 +0000 (13:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Oct 2021 11:57:52 +0000 (13:57 +0200)
commit6d68fbd57f730051dd3af470e7b0c41b41238bd0
treef0750fcf80a6820a12e1e37157036a0700ce989c
parent8a7c280d81c8a8c902ce0b48f23772e3c2cc09b2
Add a new after-pdump-load-hook variable

* doc/lispref/internals.texi (Building Emacs): Document it.

* lisp/subr.el (after-pdump-load-hook): New variable.
* src/emacs.c (main): Run the new hook.

* src/pdumper.c (syms_of_pdumper): Define a symbol.
doc/lispref/internals.texi
etc/NEWS
lisp/subr.el
src/emacs.c
src/pdumper.c