Downcase more symbols and constants.
authorChris Hanson <org/chris-hanson/cph>
Mon, 2 Apr 2018 00:38:03 +0000 (17:38 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 2 Apr 2018 00:38:03 +0000 (17:38 -0700)
src/etc/optiondb.scm

index 3938d8aeb868bb71054fb4e308080808e1bfb994..19db05a4d88e5813926401bda2b6f2a2784b3645 100644 (file)
@@ -57,7 +57,7 @@ USA.
           (lambda (dir pathname)
             (with-working-directory-pathname dir
               (lambda ()
-                (load pathname '(RUNTIME))))))
+                (load pathname '(runtime))))))
          (lose (lambda () (error "Unable to find package directory:" place))))
       (lambda ()
        (if (not (name->package package-name))