X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpathname.lisp;h=6815d1d9e295436b0059d1bc1c5f9691e1af604a;hb=c8af15e61b030c8d4b0e950bc9b7618530044618;hp=c20a0aa1fb47274ec2695670d77f58acf3ab028a;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/pathname.lisp b/src/code/pathname.lisp index c20a0aa..6815d1d 100644 --- a/src/code/pathname.lisp +++ b/src/code/pathname.lisp @@ -10,9 +10,6 @@ ;;;; files for more information. (in-package "SB!IMPL") - -(file-comment - "$Header$") ;;;; data types used by pathnames @@ -37,7 +34,7 @@ (logical-host-name (%pathname-host x)))) (:unparse-directory #'unparse-logical-directory) (:unparse-file #'unparse-unix-file) - (:unparse-enough #'identity) + (:unparse-enough #'unparse-enough-namestring) (:customary-case :upper))) (name "" :type simple-base-string) (translations nil :type list)