Without this, `#p"auto.lisp"' looks like an /absolute/ pathname
according to the logical-pathname syntax rules, and it can't be found.
I admit to preferring to type `home:src;sod;..." than my actual home
directory.
(cl:in-package #:sod-sysdef)
(cl:in-package #:sod-sysdef)
-#|@-auto-@|# (load (merge-pathnames "auto.lisp" *load-pathname*))
+#|@-auto-@|# (load (make-pathname :name "AUTO" :type "LISP" :version :newest
+ :case :common :defaults *load-pathname*))
#+cmu (require :gray-streams)
#+cmu (require :gray-streams)