Skip to content
Snippets Groups Projects
Commit 33f8d509 authored by pfdietz's avatar pfdietz
Browse files

Forgot to load four files

parent 93aeee28
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
(load "multiple-value-call.lsp") ;; include multiple-value-list (load "multiple-value-call.lsp") ;; include multiple-value-list
(load "multiple-value-prog1.lsp") (load "multiple-value-prog1.lsp")
(load "multiple-value-setq.lsp") (load "multiple-value-setq.lsp")
(load "multiple-value-list.lsp")
(load "nil.lsp") (load "nil.lsp")
(load "not-and-null.lsp") (load "not-and-null.lsp")
(load "notany.lsp") (load "notany.lsp")
......
...@@ -15,10 +15,13 @@ ...@@ -15,10 +15,13 @@
(load "nreverse.lsp") (load "nreverse.lsp")
(load "sort.lsp") (load "sort.lsp")
(load "stable-sort.lsp") (load "stable-sort.lsp")
(load "length.lsp")
(load "find.lsp") (load "find.lsp")
(load "find-if.lsp") (load "find-if.lsp")
(load "find-if-not.lsp") (load "find-if-not.lsp")
(load "position.lsp") (load "position.lsp")
(load "position-if.lsp")
(load "position-if-not.lsp")
(load "search-list.lsp") (load "search-list.lsp")
(load "search-vector.lsp") (load "search-vector.lsp")
(load "search-bitvector.lsp") (load "search-bitvector.lsp")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment