original commit: 1e869525295e07a76ffee556f8fb9587c7e207f8
This commit is contained in:
Matthew Flatt 2002-03-20 00:53:13 +00:00
parent d49c1f4478
commit 301f5c10cb

View File

@ -5181,7 +5181,7 @@
(map (lambda (s) (format "~a|~a|" (car s) (cadr s)))
filters))
(if put? 'put (if multi? 'multi 'get))
(mred->wx parent))])
(and parent (mred->wx parent)))])
(if (and multi? s)
(files->list s)
s))