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:
parent
719a6924c4
commit
41f0cf266e
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user