Skip to content

Commit 48f7c5a

Browse files
[repl] Don't override cider-print-fn in REPL eval requests
This is a bugfix introduced when we switched exclusively to plists instead of maps.
1 parent fdfa7c2 commit 48f7c5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cider-repl.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,6 @@ and responding to them.")
10821082
(defun cider--repl-request-plist ()
10831083
"Plist to be merged into REPL eval requests."
10841084
`(,@(cider--nrepl-print-request-plist fill-column)
1085-
,@(unless cider-repl-use-pretty-printing
1086-
`("nrepl.middleware.print/print" "cider.nrepl.pprint/pr"))
10871085
,@(when cider-repl-use-content-types
10881086
`("content-type" "true"))))
10891087

0 commit comments

Comments
 (0)