dot/lisp-init.lisp: Really don't try to set `HOME:' on CMU CL.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 10 Jul 2020 19:25:49 +0000 (20:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000 (04:34 +0100)
commit0ad8413164c4120344d168433ebd40413f9c5156
treeb6442cf40a09cd694d20f5037ef66c4a1c4fff3e
parent1be8ceca19b38d9ee61869667a0ee41055fffe15
dot/lisp-init.lisp: Really don't try to set `HOME:' on CMU CL.

It's already excluded by the outer `#+...' guard, but there was a little
`#+cmu' dropping inside anyway.  Delete this, and extend the commentary
to explain why there's this lacuna.  (In more detail, CMU CL objects if
I try to establish a logical-pathname host when there's already a search
list with the same name.)
dot/lisp-init.lisp