Improve default load-path for uninstalled CANNOT_DUMP builds
commit504e3846041e4fcd1707a9ad6176ddaf3fec3d02
authorGlenn Morris <rgm@gnu.org>
Mon, 19 Dec 2016 18:32:55 +0000 (19 13:32 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 19 Dec 2016 18:32:55 +0000 (19 13:32 -0500)
tree2fc622abf875a785f0f6376ce0dbebe625ed4051
parentfe3188b1cecc7ac5534616c8edf14a84b1b3bbb0
Improve default load-path for uninstalled CANNOT_DUMP builds

* src/lread.c (load_path_default) [CANNOT_DUMP]:
Use build load-path if we seem to be running uninstalled.  (Bug#24974)
I think this became an issue several years ago when we stopped
using EMACSLOADPATH in the Makefiles; however this change should
improve the CANNOT_DUMP uninstalled case in general.
src/lread.c