branch: externals/dape
commit cbc914d31e14bd29e2e72ab410bff7328b43fa74
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Uniform naming of processes
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 7efe1900a0..6bee9acdbd 100644
--- a/dape.el
+++ b/dape.el
@@ -1623,7 +1623,7 @@ symbol `dape-connection'."
(cl-map 'list 'identity
(plist-get config 'command-args)))))
(setq server-process
- (make-process :name "Dape adapter"
+ (make-process :name "dape adapter"
:command command
:filter (lambda (_process string)
(dape--repl-message string))