Don't prompt on load, which makes it impossible to build Gnus.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 29 Sep 2010 15:17:34 +0000 (17:17 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 29 Sep 2010 15:17:34 +0000 (17:17 +0200)
lisp/ChangeLog
lisp/gnus-registry.el

index 0e13f54..f484266 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-registry.el: Don't prompt on load, which makes it impossible to
+       build Gnus.
+
        * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
        when interpreting the structures.
        (nnimap-request-accept-article): Add \r\n to the lines to make this
index a30847b..974427f 100644 (file)
@@ -1173,10 +1173,6 @@ Returns the first place where the trail finds a group name."
 ;;; we could call it here: (customize-variable 'gnus-registry-install)
   gnus-registry-install)
 
-(when (or (eq gnus-registry-install t)
-         (gnus-registry-install-p))
-  (gnus-registry-initialize))
-
 ;; TODO: a few things
 
 (provide 'gnus-registry)