emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c6e655c: Fix typo that broke GNU/Linux unexec build


From: Paul Eggert
Subject: master c6e655c: Fix typo that broke GNU/Linux unexec build
Date: Fri, 13 Dec 2019 20:07:22 -0500 (EST)

branch: master
commit c6e655c77ba1cee15ce3b7d8ed60069554fe3d45
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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!address@hidden.
---
 src/emacs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/emacs.c b/src/emacs.c
index 8a6e34d..53d5d4d 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.  */)
              "exec-shield in etc/PROBLEMS for more information.\n"
              "**************************************************\n"),
             heap_bss_diff);
-    }
 # endif
 
   /* Bind `command-line-processed' to nil before dumping,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]