Merge from origin/emacs-30
4dd953d3cc
* lisp/epg.el (epg--start): Don't convert EOL on encoding...
This commit is contained in:
commit
6c68600351
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue