X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=epg-config.el;h=c5c5a7f871747c24197c053763b0492183848da2;hb=7b26e29c09ec312968e28014de711a90ec77f6bb;hp=7d6a8a3612a139667f510a10280ec462151b5431;hpb=ce6c616fe431c0d746df24d0dda3a2195149e3e5;p=elisp%2Fepg.git diff --git a/epg-config.el b/epg-config.el index 7d6a8a3..c5c5a7f 100644 --- a/epg-config.el +++ b/epg-config.el @@ -23,6 +23,8 @@ ;;; Code: +(require 'epg-package-info) + (defgroup epg () "The EasyPG Library" :group 'emacs) @@ -42,8 +44,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,8 +55,6 @@ Note that the buffer name starts with a space." :group 'epg :type 'boolean) -(defconst epg-version-number "0.0.8") - (defconst epg-gpg-minimum-version "1.4.3") ;;;###autoload