chiark / gitweb /
el/dot-emacs.el: Preserve environment properly when clearing `LD_PRELOAD'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 2 Aug 2019 14:49:10 +0000 (15:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 2 Aug 2019 17:18:57 +0000 (18:18 +0100)
Just binding `process-environment' isn't enough, because `setenv'
mutates the list-structure in place.  Take a complete copy, just to be
sure.

Otherwise, compiling something prevents SLIME from starting up properly.


No differences found