projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c9949
)
* src/pdumper.c (Fdump_emacs_portable): Reword error message.
author
Philipp Stephani
<phst@google.com>
Mon, 23 Dec 2019 20:26:38 +0000
(21:26 +0100)
committer
Philipp Stephani
<phst@google.com>
Mon, 23 Dec 2019 20:27:24 +0000
(21:27 +0100)
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index e944cdb1c6cab976f115f79f732d7932504d80d0..97aa09ce3960628744bd36755188e08a3dcd5c94 100644
(file)
--- 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 "