Raymond Toy pushed to branch issue-132-ansi-test-rename-files at cmucl / cmucl
Commits:
-
a879f311
by Carl S. Shapiro at 2022-10-15T14:19:02+00:00
1 changed file:
Changes:
... | ... | @@ -972,9 +972,7 @@ |
972 | 972 | (unix:get-unix-error-msg error))))
|
973 | 973 | (when (streamp file)
|
974 | 974 | (file-name file new-namestring))
|
975 | - (values new-name
|
|
976 | - original
|
|
977 | - (truename new-name)))))
|
|
975 | + (values new-name original (truename new-name)))))
|
|
978 | 976 | |
979 | 977 | ;;; Delete-File -- Public
|
980 | 978 | ;;;
|