Make it possible to run ./temacs.
commit738db17859465a4adaaf1d43bbb1d1eed307e712
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 31 May 2011 05:12:19 +0000 (30 22:12 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 31 May 2011 05:12:19 +0000 (30 22:12 -0700)
tree5d37cea5f7f984c3ddd69344215075bc2dc888af
parent620c53a664e41788f6d4f8e3f687e1a0d448b857
Make it possible to run ./temacs.

* callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
syms_of_callproc does the same thing.  Remove test for
"initialized", do it in the caller.
* emacs.c (main): Avoid calling set_initial_environment when dumping.
src/ChangeLog
src/callproc.c
src/emacs.c