Mercurial > rlm
changeset 7:b4395ca99822
fixed javadoc problem
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 01 Mar 2012 06:25:03 -0700 |
parents | b8bbb0dbda7b |
children | 7240d7a5f959 |
files | src/rlm/rlm_commands.clj |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/src/rlm/rlm_commands.clj Thu Mar 01 05:55:59 2012 -0700 1.2 +++ b/src/rlm/rlm_commands.clj Thu Mar 01 06:25:03 2012 -0700 1.3 @@ -1,6 +1,6 @@ 1.4 (ns rlm.rlm-commands 1.5 (:use rlm.ns-rlm) 1.6 - (:use clojure.java.javadoc)) 1.7 + (:require clojure.java.javadoc)) 1.8 1.9 ;; (defn current-directory [] (ds/file-str "/home/r/mobius")) 1.10 1.11 @@ -81,7 +81,7 @@ 1.12 '[rlm 1.13 [function-utils :only [race race-pred defmix]] 1.14 [rlm-commands :only 1.15 - [undef ns-reset ns-nuke reload re]] 1.16 + [undef ns-reset ns-nuke reload re javadoc]] 1.17 [ns-rlm :only [ls]] 1.18 ;;[play-all :only [play-all-music]] 1.19 [shell-inspect :only [command-line?]]