From f0ac4c92006ac618516c11e9ca3527904d35d4af Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Mon, 21 Mar 2016 22:42:19 +0200 Subject: [PATCH] CLJS-1605: Add all repl* options to known-repl-options --- src/main/clojure/cljs/repl.cljc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/clojure/cljs/repl.cljc b/src/main/clojure/cljs/repl.cljc index ecffd9abfe..02abaa03ee 100644 --- a/src/main/clojure/cljs/repl.cljc +++ b/src/main/clojure/cljs/repl.cljc @@ -39,8 +39,10 @@ (def known-repl-opts "Set of all known REPL options." - #{:analyze-path :caught :def-emits-var :flush :need-prompt :print :print-no-newline :prompt :read - :reader :repl-verbose :watch :watch-fn}) + #{:analyze-path :bind-err :caught :compiler-env :def-emits-var :eval :flush + :init :need-prompt :print :print-no-newline :prompt :quit-prompt :read + :reader :repl-requires :repl-verbose :source-map-inline :watch :watch-fn + :wrap}) (defmacro err-out [& body] `(binding [*out* *err*]