src/module-impl.lisp (find-file): Take a home path rather than a scanner.
[sod] / src / module-parse.lisp
index 81a3956..df058be 100644 (file)
   (declare (ignore pset))
   (flet ((common (name type what thunk)
           (when name
-            (find-file scanner
+            (find-file (pathname (scanner-filename scanner))
                        (merge-pathnames name
                                         (make-pathname :type type
                                                        :case :common))