diff options
author | scgilardi <scgilardi@gmail.com> | 2009-02-11 03:12:41 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2009-02-11 03:12:41 +0000 |
commit | d5757494ed5d91173a7767e7626778a34fd06bdb (patch) | |
tree | c4b1ec93ddd03c245605396a226d1b69f2feba89 /src | |
parent | 3115ac5b558d322b4c3a2fc4b0bae61d22ca4a5e (diff) |
adapt repl_ln.clj to new repl read hook in Clojure svn 1269
Diffstat (limited to 'src')
-rw-r--r-- | src/clojure/contrib/repl_ln.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clojure/contrib/repl_ln.clj b/src/clojure/contrib/repl_ln.clj index 8ef4c867..b970b5bd 100644 --- a/src/clojure/contrib/repl_ln.clj +++ b/src/clojure/contrib/repl_ln.clj @@ -234,10 +234,10 @@ #(identity true)) prompt #(clojure.core/print (repl-prompt)) flush flush - read read + read clojure.main/repl-read eval eval print prn - caught #(.println *err* (clojure.main/repl-exception %)) + caught clojure.main/repl-caught name-fmt (*info* :name-fmt) prompt-fmt (*info* :prompt-fmt)}} (apply hash-map options)] |