chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
f8592fe
)
el/dot-emacs.el: Preserve environment properly when clearing `LD_PRELOAD'.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 2 Aug 2019 14:49:10 +0000
(15:49 +0100)
committer
Mark 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