diff options
author | scgilardi <scgilardi@gmail.com> | 2008-07-22 13:03:58 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2008-07-22 13:03:58 +0000 |
commit | 6ef0bd37350c2b4f240b049604fc9a473445cca0 (patch) | |
tree | fc1397855643a9382ec780bd11466ea08329e825 | |
parent | 0cef3b322d61ed1171e14e3d4884fc5180c4bb32 (diff) |
lib/lib.clj make sym-file private
-rw-r--r-- | lib/lib.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.clj b/lib/lib.clj index 5b80c657..daa9da16 100644 --- a/lib/lib.clj +++ b/lib/lib.clj @@ -155,7 +155,7 @@ (load-one sym url ns) @*libs*)))) -(defn sym-file +(defn- sym-file "Returns the implementation file path for a libspec sym" [sym] (let [n (name sym) |