Fixed wrong proclamation for ensure-directories-exist.

This commit is contained in:
Juanjo Garcia-Ripoll 2013-10-09 21:41:57 +02:00
parent f0e31ded05
commit e7daee08e8

View file

@ -1036,7 +1036,7 @@
(proclamation directory (pathname-designator &key) list)
(proclamation probe-file (pathname-designator) (or pathname null))
(proclamation ensure-directories-exist (pathname &key)
(proclamation ensure-directories-exist (pathname-designator &key)
(values pathname gen-bool))
(proclamation truename (pathname-designator) pathname)
(proclamation file-author (pathname-designator) (or string null))