aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 "