+2006-12-26 Daiki Ueno <ueno@unixuser.org>
+
+ * epg-config.el (epg-passphrase-coding-system): Default to nil.
+
2006-12-20 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* epa.el (epa--format-fingerprint-1): New function.
:group 'epg
:type '(choice (const :tag "Default" nil) directory))
-(defcustom epg-passphrase-coding-system (if (boundp 'locale-coding-system)
- locale-coding-system)
+(defcustom epg-passphrase-coding-system nil
"Coding system to use with messages from `epg-gpg-program'."
:group 'epg
:type 'symbol)