1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* src/pdumper.c (Fdump_emacs_portable): Reword error message.

This commit is contained in:
Philipp Stephani 2019-12-23 21:26:38 +01:00
parent 00c9949158
commit ac7b260773

View File

@ -4005,7 +4005,9 @@ types. */)
eassert (initialized);
if (! noninteractive)
error ("Dumping Emacs works only in batch mode");
error ("Dumping Emacs currently works only in batch mode. "
"If you'd like it to work interactively, please consider "
"contributing a patch to Emacs.");
if (will_dump_with_unexec_p ())
error ("This Emacs instance was started under the assumption "