;; Make a pathname for NAME which has the right form for a directory.
(let ((dirpath
(let ((path (pathname name)))
(if (null (pathname-name path))
path
;; Make a pathname for NAME which has the right form for a directory.
(let ((dirpath
(let ((path (pathname name)))
(if (null (pathname-name path))
path