summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authordickmao <none>2020-09-06 23:19:34 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-09-06 23:19:43 +0200
commit1b390c3cbf996d7d77e3c2d823ca891b8c0f09c6 (patch)
tree90d782e6a02c73d9c0b037d4cc64b0fe71dc60ce /lisp/simple.el
parent1921d2176bb9127d2483a1c8a470abfc3f4eec33 (diff)
downloademacs-1b390c3cbf996d7d77e3c2d823ca891b8c0f09c6.tar.gz
Make list-processes--refresh work for pipe processes, too
* lisp/simple.el (list-processes--refresh): Don't bug out in the presence of a `pipe' process (bug#43202).
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index bc92ecf8e55..86db34a5c54 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4372,7 +4372,7 @@ Also, delete any process that is exited or signaled."
((thread-name (process-thread p)))
(t "--")))
(cmd
- (if (memq type '(network serial))
+ (if (memq type '(network serial pipe))
(let ((contact (process-contact p t t)))
(if (eq type 'network)
(format "(%s %s)"