diff options
| author | Philipp Stephani | 2019-12-23 21:26:38 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2019-12-23 21:27:24 +0100 |
| commit | ac7b2607735a64e657d65c87d8c9f73755ff3efa (patch) | |
| tree | 19c11a3c2699bd756400ebec2bc88c2556bc7b65 /src | |
| parent | 00c9949158e82fc93135ac62013bee1c08161649 (diff) | |
| download | emacs-ac7b2607735a64e657d65c87d8c9f73755ff3efa.tar.gz emacs-ac7b2607735a64e657d65c87d8c9f73755ff3efa.zip | |
* src/pdumper.c (Fdump_emacs_portable): Reword error message.
Diffstat (limited to 'src')
| -rw-r--r-- | src/pdumper.c | 4 |
1 files changed, 3 insertions, 1 deletions
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. */) | |||
| 4005 | eassert (initialized); | 4005 | eassert (initialized); |
| 4006 | 4006 | ||
| 4007 | if (! noninteractive) | 4007 | if (! noninteractive) |
| 4008 | error ("Dumping Emacs works only in batch mode"); | 4008 | error ("Dumping Emacs currently works only in batch mode. " |
| 4009 | "If you'd like it to work interactively, please consider " | ||
| 4010 | "contributing a patch to Emacs."); | ||
| 4009 | 4011 | ||
| 4010 | if (will_dump_with_unexec_p ()) | 4012 | if (will_dump_with_unexec_p ()) |
| 4011 | error ("This Emacs instance was started under the assumption " | 4013 | error ("This Emacs instance was started under the assumption " |