From: Philipp Stephani Date: Mon, 23 Dec 2019 20:26:38 +0000 (+0100) Subject: * src/pdumper.c (Fdump_emacs_portable): Reword error message. X-Git-Tag: emacs-27.0.90~289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41f0cf266e6a2042b231baf95e7f072499c4e314;p=emacs.git * src/pdumper.c (Fdump_emacs_portable): Reword error message. (cherry picked from commit ac7b2607735a64e657d65c87d8c9f73755ff3efa) --- 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 "