Merge from origin/emacs-30

4dd953d3cc * lisp/epg.el (epg--start): Don't convert EOL on encoding...
This commit is contained in:
Eli Zaretskii 2024-08-10 04:15:33 -04:00
commit 6c68600351

View file

@ -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)