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.
This commit is contained in:
parent
b2949d3926
commit
c6e655c77b
1 changed files with 0 additions and 1 deletions
|
@ -2530,7 +2530,6 @@ You must run Emacs in batch mode in order to dump it. */)
|
|||
"exec-shield in etc/PROBLEMS for more information.\n"
|
||||
"**************************************************\n"),
|
||||
heap_bss_diff);
|
||||
}
|
||||
# endif
|
||||
|
||||
/* Bind `command-line-processed' to nil before dumping,
|
||||
|
|
Loading…
Add table
Reference in a new issue