mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
* lisp/epg.el (epg--start): Don't convert EOL on encoding (bug#72542).
This commit is contained in:
parent
5cace09ed0
commit
4dd953d3cc
@ -683,7 +683,7 @@ callback data (if any)."
|
||||
;; We encode and decode ourselves the text sent/received from gpg,
|
||||
;; so the below disables automatic encoding and decoding by
|
||||
;; subprocess communications routines.
|
||||
(set-process-coding-system process 'raw-text 'raw-text)
|
||||
(set-process-coding-system process 'raw-text 'raw-text-unix)
|
||||
(setf (epg-context-process context) process)))
|
||||
|
||||
(defun epg--process-filter (process input)
|
||||
|
Loading…
Reference in New Issue
Block a user