X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=epg-config.el;h=a7c9e5b2d7fd7978b94d31f6fdcbad363ebfa3b3;hb=72d762d1971731259967fb61a4e784ac747ecaa2;hp=bc9bbf9d9213a20bb172aac7c7d210b844cf3a14;hpb=7a39908c2dbe3ebdad5fee01fdbb9f3712baf257;p=elisp%2Fepg.git diff --git a/epg-config.el b/epg-config.el index bc9bbf9..a7c9e5b 100644 --- a/epg-config.el +++ b/epg-config.el @@ -42,8 +42,7 @@ :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 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") @@ -92,7 +91,9 @@ Note that the buffer name starts with a space." config)) (if epg-debug (message "Invalid %S algorithm configuration: %S" - type args))))))) + type args)))) + (t + (setq config (cons (cons type args) config)))))) (if groups (cons (cons 'groups groups) config) config)))