branch: externals/poke
commit e2011339b44f7a254763c890aea0e6a45f4d4b53
Author: Jose E. Marchesi <jose.march...@oracle.com>
Commit: Jose E. Marchesi <jose.march...@oracle.com>

    use set-process-coding-system instead of the deprecated 
set-process-filter-multibyte
---
 poke.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/poke.el b/poke.el
index 11866d40fa..b610cf5e76 100644
--- a/poke.el
+++ b/poke.el
@@ -222,7 +222,7 @@ following attributes in its alist:
      (process-put proc 'pokelet-msg-handler msg-handler)
      (set-process-query-on-exit-flag proc nil)
      (set-process-filter proc #'poke-pokelet-filter)
-     (set-process-filter-multibyte proc nil)
+     (set-process-coding-system proc 'binary 'binary)
      (process-send-string proc ctrl)
      proc))
 

Reply via email to