X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=epg-config.el;h=dfbd0097e4a2ef20ff05a3a9d2a144c1b449f689;hb=HEAD;hp=3151d5ac1450c625e6e493264347150c04a6676a;hpb=36191ab1e38f6e356bce33cec51b6d0c3d309cfa;p=elisp%2Fepg.git diff --git a/epg-config.el b/epg-config.el index 3151d5a..dfbd009 100644 --- a/epg-config.el +++ b/epg-config.el @@ -13,7 +13,7 @@ ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License @@ -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-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,8 +55,6 @@ Note that the buffer name starts with a space." :group 'epg :type 'boolean) -(defconst epg-version-number "0.0.5") - (defconst epg-gpg-minimum-version "1.4.3") ;;;###autoload