From 48b3db3c6220399f71ea1c9cb13cd93833523723 Mon Sep 17 00:00:00 2001 From: Daniel Pettersson Date: Sun, 26 Apr 2026 22:06:52 +0200 Subject: Fix with-demoted-errors typo --- dape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dape.el b/dape.el index e8324f1..b181db8 100644 --- a/dape.el +++ b/dape.el @@ -2647,7 +2647,7 @@ SKIP-COMPILE is used internally for recursive calls." ;; XXX Final call for timers to run while process exists. ;; May also swallow signals from non Dape owned ;; timer/sentinel/filter functions. - (with-demote-errors "%S" (accept-process-output nil 0.2)) + (with-demoted-errors "%S" (accept-process-output nil 0.2)) (delete-process proc) (jsonrpc-shutdown conn t)) (unless dape-debug -- cgit v1.0