]> git.eshelyaron.com Git - emacs.git/commitdiff
Make erc-dcc-server work again by making synchronous
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 12:26:18 +0000 (14:26 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 12:26:18 +0000 (14:26 +0200)
* lisp/erc/erc-dcc.el (erc-dcc-server): :server and :nowait can't
be mixed, so remove the :nowait.

lisp/erc/erc-dcc.el

index a6b7532e1f327680a3905d62dce65aa1265114d8..abc31484f8ac990c0f910aac339c8d586dce07bf 100644 (file)
@@ -354,7 +354,6 @@ created subprocess, or nil."
                                         :buffer nil
                                         :host (erc-dcc-host)
                                         :service port
-                                        :nowait t
                                         :noquery nil
                                         :filter filter
                                         :sentinel sentinel