# HG changeset patch # User Simon Josefsson # Date 1128761061 0 # Node ID ce1cf38cd09f1f1dc6beaa43e750c298d485c738 # Parent 03ce3b2e47a2f76722bb7c3a14d1b8f441bbdae3 * pgg-parse.el (top-level): Don't require custom, it is autoloaded. (To sync with No Gnus.) diff -r 03ce3b2e47a2 -r ce1cf38cd09f lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Sat Oct 08 08:43:33 2005 +0000 +++ b/lisp/gnus/ChangeLog Sat Oct 08 08:44:21 2005 +0000 @@ -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 -r 03ce3b2e47a2 -r ce1cf38cd09f lisp/gnus/pgg-parse.el --- a/lisp/gnus/pgg-parse.el Sat Oct 08 08:43:33 2005 +0000 +++ b/lisp/gnus/pgg-parse.el Sat Oct 08 08:44:21 2005 +0000 @@ -37,8 +37,6 @@ (eval-when-compile (require 'cl)) -(require 'custom) - (defgroup pgg-parse () "OpenPGP packet parsing." :group 'pgg)