* pgg-parse.el (top-level): Don't require custom, it is

autoloaded.  (To sync with No Gnus.)
This commit is contained in:
Simon Josefsson 2005-10-08 08:44:21 +00:00
parent 82259e507d
commit 20051b27ad
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-10-08 Simon Josefsson <jas@extundo.com>
* pgg-parse.el (top-level): Don't require custom, it is
autoloaded. (To sync with No Gnus.)
2005-05-09 Simon Josefsson <jas@extundo.com>
* pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching,

View file

@ -37,8 +37,6 @@
(eval-when-compile (require 'cl))
(require 'custom)
(defgroup pgg-parse ()
"OpenPGP packet parsing."
:group 'pgg)