* epg-config.el (epg-passphrase-coding-system): Default to nil.
authorueno <ueno>
Tue, 26 Dec 2006 01:03:46 +0000 (01:03 +0000)
committerueno <ueno>
Tue, 26 Dec 2006 01:03:46 +0000 (01:03 +0000)
ChangeLog
epg-config.el

index fea04e2..dc3eb4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 7d6a8a3..3539aab 100644 (file)
@@ -42,8 +42,7 @@
   :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)