• Anders Lindgren's avatar
    Don't add "." to load path (bug#21104) · ae305741
    Anders Lindgren authored
    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.
    ae305741
lread.c 137 KB