From d13f351b3460df0ccc72d5c1aa03dc24c4355b47 Mon Sep 17 00:00:00 2001 From: Aaron Iba <26651+aiba@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:32:46 -0400 Subject: [PATCH] Fix error popup on pprint-eval-last-sexp I have no idea why this works, but it seems to work. --- cider-eval.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cider-eval.el b/cider-eval.el index 21e1b39ef..7af170612 100644 --- a/cider-eval.el +++ b/cider-eval.el @@ -915,7 +915,7 @@ This is used by pretty-printing commands." (cider-popup-buffer-quit-function t))) ;; also call the default nrepl-err-handler, so that our custom behavior doesn't void the base behavior: (when nrepl-err-handler - (funcall nrepl-err-handler buffer))) + (funcall nrepl-err-handler (current-buffer)))) ;; content type handler: nil ;; truncated handler: