emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 4dd953d3cc3: * lisp/epg.el (epg--start): Don't convert EOL on e


From: Eli Zaretskii
Subject: emacs-30 4dd953d3cc3: * lisp/epg.el (epg--start): Don't convert EOL on encoding (bug#72542).
Date: Sat, 10 Aug 2024 03:54:54 -0400 (EDT)

branch: emacs-30
commit 4dd953d3cc37a6f84458eccd6fc81966fa7207f5
Author: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
Commit: Eli Zaretskii <eliz@gnu.org>

    * lisp/epg.el (epg--start): Don't convert EOL on encoding (bug#72542).
---
 lisp/epg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/epg.el b/lisp/epg.el
index 494bdd68c41..6b4db52f298 100644
--- a/lisp/epg.el
+++ b/lisp/epg.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]