1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Allow entering the debugger on error in emacsclient connections

* lisp/server.el (server--process-filter-1): Use
'condition-case-unless-debug'.  (Bug#65897)
This commit is contained in:
Spencer Baugh 2025-08-29 17:00:47 -04:00 committed by Eli Zaretskii
parent 32d3c859f0
commit 98fbaacac2

View file

@ -1232,7 +1232,7 @@ The following commands are accepted by the client:
(when prev
(setq string (concat prev string))
(process-put proc 'previous-string nil)))
(condition-case err
(condition-case-unless-debug err
(progn
(server-add-client proc)
;; Send our pid