diff options
-rw-r--r-- | src/clojure/contrib/repl_ln.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clojure/contrib/repl_ln.clj b/src/clojure/contrib/repl_ln.clj index de0bc1f1..75149f24 100644 --- a/src/clojure/contrib/repl_ln.clj +++ b/src/clojure/contrib/repl_ln.clj @@ -150,6 +150,7 @@ [& args] (repl :init (fn [] + (println "Clojure") (set! *command-line-args* args) (in-ns 'user)))) |