emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ac7b260 2/2: * src/pdumper.c (Fdump_emacs_portable): Reword error


From: Philipp Stephani
Subject: master ac7b260 2/2: * src/pdumper.c (Fdump_emacs_portable): Reword error message.
Date: Mon, 23 Dec 2019 15:27:55 -0500 (EST)

branch: master
commit ac7b2607735a64e657d65c87d8c9f73755ff3efa
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    * 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 e944cdb..97aa09c 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 "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]