diff --git a/lisp/epg.el b/lisp/epg.el index 7bec91f616d..cf59f03c724 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -676,10 +676,11 @@ callback data (if any)." :command (cons (epg-context-program context) args) :connection-type 'pipe - :coding 'raw-text + :coding '(raw-text . nil) :filter #'epg--process-filter :stderr error-process :noquery t)))) + (set-process-coding-system process 'raw-text 'raw-text) (setf (epg-context-process context) process))) (defun epg--process-filter (process input)