diff options
| author | Daniel Pettersson <daniel@dpettersson.net> | 2026-04-26 22:06:52 +0200 |
|---|---|---|
| committer | Daniel Pettersson <daniel@dpettersson.net> | 2026-04-26 22:06:52 +0200 |
| commit | 48b3db3c6220399f71ea1c9cb13cd93833523723 (patch) | |
| tree | b55d4428c259b8c56ce07f70aad439c6c7ebfbb4 | |
| parent | 62e2fc9e0c8a3dd47fd1a7d875c10fbde7fa4e7a (diff) | |
Fix with-demoted-errors typo
| -rw-r--r-- | dape.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
