From: Simon Josefsson Date: Sat, 8 Oct 2005 08:44:21 +0000 (+0000) Subject: * pgg-parse.el (top-level): Don't require custom, it is X-Git-Tag: emacs-pretest-22.0.90~6746 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20051b27ad0a1647fddfcf4da2471108d01d7a8e;p=emacs.git * pgg-parse.el (top-level): Don't require custom, it is autoloaded. (To sync with No Gnus.) --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 91fab639f78..4f1a6077e18 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2005-10-08 Simon Josefsson + + * pgg-parse.el (top-level): Don't require custom, it is + autoloaded. (To sync with No Gnus.) + 2005-05-09 Simon Josefsson * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching, diff --git a/lisp/gnus/pgg-parse.el b/lisp/gnus/pgg-parse.el index 26b48e2f141..422ccc6ac23 100644 --- a/lisp/gnus/pgg-parse.el +++ b/lisp/gnus/pgg-parse.el @@ -37,8 +37,6 @@ (eval-when-compile (require 'cl)) -(require 'custom) - (defgroup pgg-parse () "OpenPGP packet parsing." :group 'pgg)