Skip to content
Snippets Groups Projects
Commit f1666b8a authored by wlott's avatar wlott
Browse files

Fixed merge-pathnames to actually merge in the defaults.

parent 443413ba
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.1 1991/12/16 10:29:04 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.2 1991/12/18 11:40:52 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -351,8 +351,8 @@
(defaults *default-pathname-defaults*)
(default-version :newest))
(with-pathname (defaults defaults)
(with-pathname (pathname (let ((*default-pathname-defaults* defaults))
pathname))
(let ((pathname (let ((*default-pathname-defaults* defaults))
(pathname pathname))))
(let* ((default-host (%pathname-host defaults))
(pathname-host (%pathname-host pathname))
(diddle-case
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment