[#627] Expose pprint/simple-dispatch

This commit is contained in:
Michiel Borkent 2020-11-01 20:15:14 +01:00
parent 9ff93d1c4e
commit d8da037af9

View file

@ -77,4 +77,5 @@
'cl-format (copy-var pprint/cl-format pprint-ns)
;; we alter-var-root-ed write above, so this should copy the right function
'write (copy-var pprint/write pprint-ns)
'simple-dispatch (copy-var pprint/simple-dispatch pprint-ns)
})