X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpathname.lisp;h=da7e13723d2f075c92f16012818b95cc0b29389a;hb=2db3b6b4cb740d5b6512459c223859f747807b09;hp=4df7de6cffe96ae53fd03b58995d166af2c9d2ba;hpb=78a057624fecd10d0fb2ead4ef02ffc361b1ee22;p=sbcl.git diff --git a/src/code/pathname.lisp b/src/code/pathname.lisp index 4df7de6..da7e137 100644 --- a/src/code/pathname.lisp +++ b/src/code/pathname.lisp @@ -48,11 +48,9 @@ (print-unreadable-object (logical-host stream :type t) (prin1 (logical-host-name logical-host) stream))) -;;; What would it mean to dump a logical host and reload it into -;;; another Lisp image? It's not clear, so we don't support it. (defun make-logical-host-load-form-fun (logical-host) - (error "~@" - logical-host)) + (values `(find-logical-host ',(logical-host-name logical-host)) + nil)) ;;; A PATTERN is a list of entries and wildcards used for pattern ;;; matches of translations.