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:
parent
00c9949158
commit
ac7b260773
@ -4005,7 +4005,9 @@ types. */)
|
|||||||
eassert (initialized);
|
eassert (initialized);
|
||||||
|
|
||||||
if (! noninteractive)
|
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 ())
|
if (will_dump_with_unexec_p ())
|
||||||
error ("This Emacs instance was started under the assumption "
|
error ("This Emacs instance was started under the assumption "
|
||||||
|
Loading…
Reference in New Issue
Block a user