chiark / gitweb /
dot/lisp-init.lisp: The logical-pathname translations don't work in Clisp.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 12 Sep 2015 18:22:32 +0000 (19:22 +0100)
dot/lisp-init.lisp

index f037d1f4c245bb6de7977992306cc2b6a3eebfad..e060815448b1ed177169b88200681cb42be9542c 100644 (file)
@@ -30,7 +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)
-#+(and unix (or sbcl clisp cmu))
+#+(and unix (or sbcl cmu))
 (let ((#1=#:home (pathname (concatenate 'string
                                        (or #+sbcl (sb-posix:getenv "HOME")
                                            #+clisp (ext:getenv "HOME")
 (let ((#1=#:home (pathname (concatenate 'string
                                        (or #+sbcl (sb-posix:getenv "HOME")
                                            #+clisp (ext:getenv "HOME")