From 20051b27ad0a1647fddfcf4da2471108d01d7a8e Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 8 Oct 2005 08:44:21 +0000 Subject: [PATCH] * pgg-parse.el (top-level): Don't require custom, it is autoloaded. (To sync with No Gnus.) --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/pgg-parse.el | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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) -- 2.39.5