Skip to content
Snippets Groups Projects
Commit 788a393b authored by Raymond Toy's avatar Raymond Toy
Browse files

Oops. Long-standing bug that cmu-contribs was defined so it couldn't

be loaded to get the other contribs.
parent 522f9205
No related branches found
No related tags found
No related merge requests found
......@@ -147,3 +147,10 @@
(defmodule "asdf"
"modules:asdf/asdf")
;; Allow user to specify "cmu-contribs" or :cmu-contribs.
(defmodule "cmu-contribs"
"modules:contrib")
(defmodule :cmu-contribs
"modules:contrib")
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