X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpathname.lisp;h=542aa094c93018cfb734120b40c98f006f246ad5;hb=ce2002271034469dc3ccdcaef7d13db76403b90d;hp=cea8b1381bf56aac5316038da9de34a579536a21;hpb=54b330585ed41edeb93a289f0e59aec67fa9ded9;p=sbcl.git diff --git a/src/code/pathname.lisp b/src/code/pathname.lisp index cea8b13..542aa09 100644 --- a/src/code/pathname.lisp +++ b/src/code/pathname.lisp @@ -26,6 +26,7 @@ (unparse-file (missing-arg) :type function) (unparse-enough (missing-arg) :type function) (unparse-directory-separator (missing-arg) :type simple-string) + (simplify-namestring (missing-arg) :type function) (customary-case (missing-arg) :type (member :upper :lower))) (def!method print-object ((host host) stream) @@ -51,6 +52,7 @@ (unparse-file #'unparse-logical-file) (unparse-enough #'unparse-enough-namestring) (unparse-directory-separator ";") + (simplify-namestring #'identity) (customary-case :upper))) (name "" :type simple-string) (translations nil :type list)