From: ueno Date: Wed, 12 Apr 2006 02:38:45 +0000 (+0000) Subject: Fixed. X-Git-Tag: epgsm-branchpoint~142 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ed6c3cb7a4d34b61c65cee38d2bfc47491860aab;p=elisp%2Fepg.git Fixed. --- 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)))))