Decode the decrypted text with coding-system-for-read.
+2006-05-30 Daiki Ueno <ueno@unixuser.org>
+
+ * epa-file.el (epa-file-insert-file-contents):
+ Decode the decrypted text with coding-system-for-read.
+
2006-05-29 Daiki Ueno <ueno@unixuser.org>
* EasyPG: Version 0.0.2 released.
(condition-case error
(setq string (decode-coding-string
(epg-decrypt-file context file nil)
- 'undecided))
+ (or coding-system-for-read 'undecided)))
(error
(if (setq entry (assoc file epa-file-passphrase-alist))
(setcdr entry nil))