Fixed.
[elisp/epg.git] / epg-config.el
index 8828479..a7c9e5b 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)
@@ -54,7 +53,7 @@ Note that the buffer name starts with a space."
   :group 'epg
   :type 'boolean)
 
-(defconst epg-version-number "0.0.5")
+(defconst epg-version-number "0.0.9")
 
 (defconst epg-gpg-minimum-version "1.4.3")