]> git.eshelyaron.com Git - emacs.git/commit
Improve pdumper doc; say unexec is deprecated
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2019 16:19:09 +0000 (09:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2019 16:23:20 +0000 (09:23 -0700)
commit8dd5b6ea56c38669bc98104ee2d6b31496624d28
tree3c0f5d0259478f97052fd21585cb24d5d105437c
parent29a7d73d195761e8309a4fe23872888758436d1e
Improve pdumper doc; say unexec is deprecated

Say that pdumping cannot redump unless -batch is used.  Say that
the traditional unexec dumping method is by default not available,
and is deprecated.  Don't call dump files "portable", as dump files
are not any more portable than the Emacs executables themselves.
Just call them "dump files".  Similar, prefer "portable dumper"
(since the dumper code is portable) to "portable dumping" (since
the dump file is not).  Be more systematic about calling them
"dump files" instead of "dumped images" or whatnot.
doc/lispref/internals.texi
etc/NEWS
etc/TODO
lib/fingerprint.h
lisp/startup.el
src/alloc.c
src/emacs.c
src/minibuf.c
src/pdumper.c
src/pdumper.h
src/unexaix.c