Fixed.
[elisp/epg.git] / epg-config.el
index 3151d5a..8828479 100644 (file)
@@ -42,8 +42,8 @@
   :group 'epg
   :type '(choice (const :tag "Default" nil) directory))
 
-(defcustom epg-locale-coding-system (if (boundp 'locale-coding-system)
-                                       locale-coding-system)
+(defcustom epg-passphrase-coding-system (if (boundp 'locale-coding-system)
+                                           locale-coding-system)
   "Coding system to use with messages from `epg-gpg-program'."
   :group 'epg
   :type 'symbol)