Raymond Toy pushed to branch issue-171-readable-unspecific-pathnames at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/pathname.lisp
    ... ... @@ -189,13 +189,13 @@
    189 189
     		 (t
    
    190 190
     		  (funcall (formatter "#<Unprintable pathname,~:_ Host=~S,~:_ Device=~S,~:_ ~
    
    191 191
     				Directory=~S,~:_ Name=~S,~:_ Type=~S,~:_ Version=~S>")
    
    192
    -			   stream
    
    193
    -			   (%pathname-host pathname)
    
    194
    -			   (%pathname-device pathname)
    
    195
    -			   (%pathname-directory pathname)
    
    196
    -			   (%pathname-name pathname)
    
    197
    -			   (%pathname-type pathname)
    
    198
    -			   (%pathname-version pathname)))))))))
    
    192
    +			     stream
    
    193
    +			     (%pathname-host pathname)
    
    194
    +			     (%pathname-device pathname)
    
    195
    +			     (%pathname-directory pathname)
    
    196
    +			     (%pathname-name pathname)
    
    197
    +			     (%pathname-type pathname)
    
    198
    +			     (%pathname-version pathname)))))))))
    
    199 199
     
    
    200 200
     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    201 201
     ;;;