summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clj/clojure/boot.clj5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/clj/clojure/boot.clj b/src/clj/clojure/boot.clj
index 34b49bc4..7d8ae028 100644
--- a/src/clj/clojure/boot.clj
+++ b/src/clj/clojure/boot.clj
@@ -3567,6 +3567,11 @@
(.append w \#)
(print-method (str p) w))
+(defmethod print-method clojure.lang.Namespace [n #^Writer w]
+ (.write w "#=(find-ns ")
+ (print-method (.name n) w)
+ (.write w ")"))
+
(def #^{:private true} print-initialized true)
(defmacro declare