dot/lisp-init.lisp: Fix stupid typo.
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:13:52 +0000 (19:13 +0100)
It turns out that Clisp can't actually do the translations.

dot/lisp-init.lisp

index aae544a..f037d1f 100644 (file)
@@ -33,7 +33,7 @@
 #+(and unix (or sbcl clisp cmu))
 (let ((#1=#:home (pathname (concatenate 'string
                                        (or #+sbcl (sb-posix:getenv "HOME")
-                                           #+clisp (ext:getent "HOME")
+                                           #+clisp (ext:getenv "HOME")
                                            #+cmu (unix:unix-getenv "HOME")
                                            "/home/mdw")
                                        "/"))))