From: Daniel Colascione Date: Fri, 21 Mar 2014 10:38:41 +0000 (-0700) Subject: Move might_dump assignment earlier in initialization X-Git-Tag: emacs-25.0.90~2640^2~344^2~26^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50e4eb2d52ed43255d34a8ec8ca5cd0193752abe;p=emacs.git Move might_dump assignment earlier in initialization --- diff --git a/src/emacs.c b/src/emacs.c index 3f0d3c43cc6..50efcbfb60c 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -734,6 +734,10 @@ main (int argc, char **argv) xputenv ("G_SLICE=always-malloc"); #endif +#ifndef CANNOT_DUMP + might_dump = !initialized; +#endif + #ifdef GNU_LINUX if (!initialized) { @@ -1634,10 +1638,6 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem #endif #endif -#ifndef CANNOT_DUMP - might_dump = !initialized; -#endif - initialized = 1; #ifdef LOCALTIME_CACHE