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:
ae8efc8
)
dot/lisp-init.lisp: Fix stupid typo.
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:13:52 +0000
(19:13 +0100)
It turns out that Clisp can't actually do the translations.
dot/lisp-init.lisp
patch
|
blob
|
blame
|
history
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index aae544accce4e8cc047142bf35526e4c09ec865d..f037d1f4c245bb6de7977992306cc2b6a3eebfad 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-33,7
+33,7
@@
(let ((#1=#:sbcl-src #p"/usr/share/sbcl-source/"))
#+(and unix (or sbcl clisp cmu))
(let ((#1=#:home (pathname (concatenate 'string
(or #+sbcl (sb-posix:getenv "HOME")
#+(and unix (or sbcl clisp cmu))
(let ((#1=#:home (pathname (concatenate 'string
(or #+sbcl (sb-posix:getenv "HOME")
- #+clisp (ext:geten
t
"HOME")
+ #+clisp (ext:geten
v
"HOME")
#+cmu (unix:unix-getenv "HOME")
"/home/mdw")
"/"))))
#+cmu (unix:unix-getenv "HOME")
"/home/mdw")
"/"))))