]> git.eshelyaron.com Git - emacs.git/commit
* Avoid calling Ffile_exists_p too early
authorAndrea Corallo <akrl@sdf.org>
Sat, 30 May 2020 10:13:38 +0000 (11:13 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 30 May 2020 10:45:19 +0000 (11:45 +0100)
commit15c121ee0b5cbe005548eeba09dd54b145b2e258
tree581eacfcdb9d000cf11bdad2af48d98d38cfee23
parent3fa73fa0fb1caedd10553d9f3185635c039319fd
* Avoid calling Ffile_exists_p too early

Being quite early in startup initialization is better not to rely on
Ffile_exists_p, this call Ffile_expand and not all the necessary
initialization already happened.

* src/pdumper.c (dump_do_dump_relocation): Use fopen instead of
Ffile_exists_p.
src/pdumper.c