Fix problems with CANNOT_DUMP and EMACSLOADPATH.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Dec 2013 22:35:57 +0000 (14:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Dec 2013 22:35:57 +0000 (14:35 -0800)
commit8fb8c4f3735ac3b1b61bd3472a7ba2ad35d1dad5
treec4161b9d215d18f6b810c7b36a25864ad507df44
parent6c8e0ae69b3488e4ff38527cc930202e9cd9a98e
Fix problems with CANNOT_DUMP and EMACSLOADPATH.

* leim/Makefile.in (RUN_EMACS):
* lisp/Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
* lisp/loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
Expand dir too, in case it's relative.
* src/lread.c (init_lread): If CANNOT_DUMP, we can't be dumping.
leim/ChangeLog
leim/Makefile.in
lisp/ChangeLog
lisp/Makefile.in
lisp/loadup.el
src/ChangeLog
src/lread.c