Raymond Toy pushed to branch issue-171-readable-unspecific-pathnames at cmucl / cmucl
Commits:
-
059a00b2
by Raymond Toy at 2023-07-21T11:58:36-07:00
1 changed file:
Changes:
... | ... | @@ -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 | ;;;
|