From 84e8212d71739035e7752d61fc3f09e6e98ff5e3 Mon Sep 17 00:00:00 2001 From: ueno Date: Fri, 24 Nov 2006 07:53:27 +0000 Subject: [PATCH] * epg.el (epg--status-GET_HIDDEN): Encode passphrase with eol-type LF. Reported by Hiroya Murata . cf. --- ChangeLog | 6 ++++++ epg.el | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2341d0..fc15ce5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-24 Daiki Ueno + + * epg.el (epg--status-GET_HIDDEN): Encode passphrase with eol-type LF. + Reported by Hiroya Murata . + cf. + 2006-11-23 Daiki Ueno * epa.el (epa-sign-region): Query signature type at a time. diff --git a/epg.el b/epg.el index 1ae12b5..3e9bab0 100644 --- a/epg.el +++ b/epg.el @@ -1224,7 +1224,8 @@ This function is for internal use only." (setq encoded-passphrase-with-new-line (encode-coding-string passphrase-with-new-line - epg-passphrase-coding-system)) + (coding-system-change-eol-conversion + epg-passphrase-coding-system 'unix))) (epg--clear-string passphrase-with-new-line) (setq passphrase-with-new-line nil)) (setq encoded-passphrase-with-new-line -- 1.7.10.4