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.

(cherry picked from commit ac7b260773)
This commit is contained in:
Philipp Stephani 2019-12-23 21:26:38 +01:00 committed by Eli Zaretskii
parent 719a6924c4
commit 41f0cf266e

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 "