#| -*-Scheme-*-
-$Id: sfile.scm,v 14.28 2001/06/02 15:33:04 cph Exp $
+$Id: sfile.scm,v 14.29 2001/06/02 15:39:02 cph Exp $
Copyright (c) 1988-2001 Massachusetts Institute of Technology
(->namestring (merge-pathnames to))))
(define (soft-link-file from to)
- ((ucode-primitive file-link-soft 2) (->namestring (merge-pathnames from))
- to))
+ ((ucode-primitive file-link-soft 2) (->namestring from)
+ (->namestring (merge-pathnames to))))
(define (delete-file-no-errors filename)
(call-with-current-continuation