From ed6c3cb7a4d34b61c65cee38d2bfc47491860aab Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 12 Apr 2006 02:38:45 +0000 Subject: [PATCH] Fixed. --- epg.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epg.el b/epg.el index 0299480..241ee92 100644 --- a/epg.el +++ b/epg.el @@ -262,9 +262,9 @@ This function is for internal use only." (with-temp-buffer (set-buffer-multibyte nil) (if (file-exists-p (epg-context-output-file context)) - (let ((coding-system-for-read (if (epg-context-output-file context) + (let ((coding-system-for-read (if (epg-context-textmode context) 'raw-text - 'binary))) + 'binary))) (insert-file-contents (epg-context-output-file context)) (buffer-string))))) -- 1.7.10.4