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)
commitf8592fee3b4fa2f0363941edcbe35668c4b32ea3
tree514a5d29ad2a78d5108e219917e695b98e05d8e1
parent4415b3d8b4aea41b708551fcdbe196e9ce42aba9
el/dot-emacs.el: Preserve environment properly when clearing `LD_PRELOAD'.

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.
el/dot-emacs.el