]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo that broke GNU/Linux unexec build
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 14 Dec 2019 01:06:52 +0000 (17:06 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 14 Dec 2019 01:07:16 +0000 (17:07 -0800)
* 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.

src/emacs.c

index 8a6e34deda7596d69e05d7ca7dbb0e7c3ee35a50..53d5d4d846c553dd4daf7cd6e26092e04e97d950 100644 (file)
@@ -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,