]> git.eshelyaron.com Git - emacs.git/commit
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)
commitc6e655c77ba1cee15ce3b7d8ed60069554fe3d45
treec2567ff77d4136f50d5d90d3f6e033eb5a7911d1
parentb2949d39261e82c33572ba8a250298ef0b165b95
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.
src/emacs.c