summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pettersson <daniel@dpettersson.net>2026-04-26 22:06:52 +0200
committerDaniel Pettersson <daniel@dpettersson.net>2026-04-26 22:06:52 +0200
commit48b3db3c6220399f71ea1c9cb13cd93833523723 (patch)
treeb55d4428c259b8c56ce07f70aad439c6c7ebfbb4
parent62e2fc9e0c8a3dd47fd1a7d875c10fbde7fa4e7a (diff)
Fix with-demoted-errors typo
-rw-r--r--dape.el2
1 files changed, 1 insertions, 1 deletions
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