• Noam Postavsky's avatar
    Upcase Path and ComSpec in process-environment · 753c565d
    Noam Postavsky authored
    Since 2016-07-18 "Keep w32 environment settings internal only", the
    upcasing of environment variables "Path" and "ComSpec" occured after
    initializing process-environment.  This meant that Lisp code trying to
    override "PATH" environment had no effect (Bug #24956).
    
    * src/w32.c (init_environment): Upcase the "Path" and "ComSpec" entries
    in Vprocess_environment.
    753c565d
w32.c 266 KB