chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d38ebd8
)
dot/lisp-init.lisp: CMU CL already has a `search list' called `HOME'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000
(10:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 12 Sep 2015 18:23:18 +0000
(19:23 +0100)
Zap it.
dot/lisp-init.lisp
patch
|
blob
|
blame
|
history
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index e060815448b1ed177169b88200681cb42be9542c..14bdac35f634731c087df7b2131a765be069ac37 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-30,6
+30,7
@@
(let ((#1=#:sbcl-src #p"/usr/share/sbcl-source/"))
("SYS:CONTRIB;**;*.*.*" ,(#2# "contrib/**/*.*"))))))
#+sbcl (require :sb-posix)
("SYS:CONTRIB;**;*.*.*" ,(#2# "contrib/**/*.*"))))))
#+sbcl (require :sb-posix)
+#+cmu (ext:clear-search-list "HOME")
#+(and unix (or sbcl cmu))
(let ((#1=#:home (pathname (concatenate 'string
(or #+sbcl (sb-posix:getenv "HOME")
#+(and unix (or sbcl cmu))
(let ((#1=#:home (pathname (concatenate 'string
(or #+sbcl (sb-posix:getenv "HOME")