0.6.11.24:
[sbcl.git] / src / code / pathname.lisp
index c20a0aa..6815d1d 100644 (file)
@@ -10,9 +10,6 @@
 ;;;; files for more information.
 
 (in-package "SB!IMPL")
-
-(file-comment
-  "$Header$")
 \f
 ;;;; 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)