]> git.eshelyaron.com Git - emacs.git/commitdiff
Make list-processes--refresh work for pipe processes, too
authordickmao <none>
Sun, 6 Sep 2020 21:19:34 +0000 (23:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Sep 2020 21:19:43 +0000 (23:19 +0200)
* lisp/simple.el (list-processes--refresh): Don't bug out in the
presence of a `pipe' process (bug#43202).

lisp/simple.el

index bc92ecf8e553a5f5c3a3670d5c56151a4282e24e..86db34a5c54464c349f1894b288b5bd5c002975f 100644 (file)
@@ -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)"