]> git.eshelyaron.com Git - emacs.git/commit
Fix erc-dcc server-close code and fix compilation warning
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 12:35:30 +0000 (14:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 12:35:30 +0000 (14:35 +0200)
commit390c8805c2c4e636c12c5c7e892c3c5e481a0256
tree23db0e0827a1f170b171b4cf22bb51d6c7fa115b
parentbc7e771f9b1e204efff015464a40c3ee59668fd9
Fix erc-dcc server-close code and fix compilation warning

* lisp/erc/erc-dcc.el (erc-dcc-get-filter): We receive unibyte
data, so no need to convert to unibyte.
(erc-dcc-send-filter): Kill the process before killing the buffer
so that we're not queried about killing the process.
lisp/erc/erc-dcc.el