]> git.eshelyaron.com Git - emacs.git/commitdiff
* pgg-parse.el (top-level): Don't require custom, it is
authorSimon Josefsson <jas@extundo.com>
Sat, 8 Oct 2005 08:44:21 +0000 (08:44 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 8 Oct 2005 08:44:21 +0000 (08:44 +0000)
autoloaded.  (To sync with No Gnus.)

lisp/gnus/ChangeLog
lisp/gnus/pgg-parse.el

index 91fab639f78c840bc6930f572ee66e2be410eefe..4f1a6077e181ac19cf8c762442825db9b6e80d57 100644 (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,
index 26b48e2f141bb10bf933002c47c74fba0929a36c..422ccc6ac23ed3b3d3046b16f8c90e90190a282b 100644 (file)
@@ -37,8 +37,6 @@
 
 (eval-when-compile (require 'cl))
 
-(require 'custom)
-
 (defgroup pgg-parse ()
   "OpenPGP packet parsing."
   :group 'pgg)