]> code.delx.au - gnu-emacs/commit
Don't add "." to load path (bug#21104)
authorAnders Lindgren <andlind@gmail.com>
Wed, 9 Dec 2015 05:35:12 +0000 (06:35 +0100)
committerAnders Lindgren <andlind@gmail.com>
Wed, 9 Dec 2015 05:35:12 +0000 (06:35 +0100)
commitae3057412a0673667e76cd281e5c5db46be18254
tree20418b7621dcac1e00ee7bf884fb63bbe8474e81
parenta1ad5311683dc84bf2cb023ea7d3043084452cc3
Don't add "." to load path (bug#21104)

When configured with --enable-locallisppath=no, which is the
default for OS X, the load-path incorrectly was populated with ".".

* src/lread.c (init_lread): Don't call `decode_env_path' when
PATH_SITELOADSEARCH is empty.
src/lread.c