aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index fbf17d1629e..f459d971c35 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -4025,6 +4025,12 @@ types. */)
4025 Lisp_Object symbol = intern ("command-line-processed"); 4025 Lisp_Object symbol = intern ("command-line-processed");
4026 specbind (symbol, Qnil); 4026 specbind (symbol, Qnil);
4027 4027
4028 /* Reset process-environment -- this is for when they re-dump a
4029 pdump-restored emacs, since set_initial_environment wants always
4030 to cons it from scratch. */
4031 Vprocess_environment = Qnil;
4032 garbage_collect ();
4033
4028 CHECK_STRING (filename); 4034 CHECK_STRING (filename);
4029 filename = Fexpand_file_name (filename, Qnil); 4035 filename = Fexpand_file_name (filename, Qnil);
4030 filename = ENCODE_FILE (filename); 4036 filename = ENCODE_FILE (filename);