Revert some of the CANNOT_DUMP fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jan 2014 07:56:28 +0000 (23:56 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jan 2014 07:56:28 +0000 (23:56 -0800)
commitf952002e0ad535c15f70efd1011059e3fb97d50b
tree8cb39fc844d7b81f9ba2858ced2e540cbfa984a3
parent8251c3f8f5af438b1c8ef5b14a1080d610b71f65
Revert some of the CANNOT_DUMP fix.

Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
but fixing this can wait until after the next release.
* leim/Makefile.in (RUN_EMACS): Keep EMACSLOADPATH empty.
* lisp/Makefile.in (emacs): Keep EMACSLOADPATH empty.
* src/lread.c (init_lread): Fix typo: NILP, not !NILP.

Fixes: debbugs:16494
leim/ChangeLog
leim/Makefile.in
lisp/ChangeLog
lisp/Makefile.in
src/ChangeLog
src/lread.c