From ac7b2607735a64e657d65c87d8c9f73755ff3efa Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Mon, 23 Dec 2019 21:26:38 +0100 Subject: [PATCH] * src/pdumper.c (Fdump_emacs_portable): Reword error message. --- src/pdumper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. */) 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 "