aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2019-12-23 21:26:38 +0100
committerEli Zaretskii2019-12-24 19:56:16 +0200
commit41f0cf266e6a2042b231baf95e7f072499c4e314 (patch)
treedec2132e80c574f53906c15b7a3696195346ee28
parent719a6924c433baf3c7beaddedd72fac0deaac74a (diff)
downloademacs-41f0cf266e6a2042b231baf95e7f072499c4e314.tar.gz
emacs-41f0cf266e6a2042b231baf95e7f072499c4e314.zip
* src/pdumper.c (Fdump_emacs_portable): Reword error message.
(cherry picked from commit ac7b2607735a64e657d65c87d8c9f73755ff3efa)
-rw-r--r--src/pdumper.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index e944cdb1c6c..97aa09ce396 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -4005,7 +4005,9 @@ types. */)
4005 eassert (initialized); 4005 eassert (initialized);
4006 4006
4007 if (! noninteractive) 4007 if (! noninteractive)
4008 error ("Dumping Emacs works only in batch mode"); 4008 error ("Dumping Emacs currently works only in batch mode. "
4009 "If you'd like it to work interactively, please consider "
4010 "contributing a patch to Emacs.");
4009 4011
4010 if (will_dump_with_unexec_p ()) 4012 if (will_dump_with_unexec_p ())
4011 error ("This Emacs instance was started under the assumption " 4013 error ("This Emacs instance was started under the assumption "