diff options
| author | Paul Eggert | 2019-12-13 17:06:52 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-13 17:07:16 -0800 |
| commit | c6e655c77ba1cee15ce3b7d8ed60069554fe3d45 (patch) | |
| tree | c2567ff77d4136f50d5d90d3f6e033eb5a7911d1 /src | |
| parent | b2949d39261e82c33572ba8a250298ef0b165b95 (diff) | |
| download | emacs-c6e655c77ba1cee15ce3b7d8ed60069554fe3d45.tar.gz emacs-c6e655c77ba1cee15ce3b7d8ed60069554fe3d45.zip | |
Fix typo that broke GNU/Linux unexec build
* src/emacs.c (Fdump_emacs): Remove stray closing brace that
breaks the build when configured with --with-dumping=unexec on
GNU/Linux. (Apparently everybody is using pdumper now.)
I introduced the bug in 2019-07-09T00:50:39Z!eggert@cs.ucla.edu.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 8a6e34deda7..53d5d4d846c 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2530,7 +2530,6 @@ You must run Emacs in batch mode in order to dump it. */) | |||
| 2530 | "exec-shield in etc/PROBLEMS for more information.\n" | 2530 | "exec-shield in etc/PROBLEMS for more information.\n" |
| 2531 | "**************************************************\n"), | 2531 | "**************************************************\n"), |
| 2532 | heap_bss_diff); | 2532 | heap_bss_diff); |
| 2533 | } | ||
| 2534 | # endif | 2533 | # endif |
| 2535 | 2534 | ||
| 2536 | /* Bind `command-line-processed' to nil before dumping, | 2535 | /* Bind `command-line-processed' to nil before dumping, |