]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pdumper.c (Fdump_emacs_portable): Reword error message.
authorPhilipp Stephani <phst@google.com>
Mon, 23 Dec 2019 20:26:38 +0000 (21:26 +0100)
committerEli Zaretskii <eliz@gnu.org>
Tue, 24 Dec 2019 17:56:16 +0000 (19:56 +0200)
(cherry picked from commit ac7b2607735a64e657d65c87d8c9f73755ff3efa)

src/pdumper.c

index e944cdb1c6cab976f115f79f732d7932504d80d0..97aa09ce3960628744bd36755188e08a3dcd5c94 100644 (file)
@@ -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 "