Gnus-read-descriptions-file

1999-05-21  Simon Josefsson  

        * gnus-start.el (gnus-read-descriptions-file): Protect if no
        function in backend.

--- gnus-start.el-      Fri May 21 15:13:00 1999
+++ gnus-start.el       Fri May 21 15:19:01 1999
@@ -2499,6 +2499,8 @@

     (gnus-message 5 "Reading descriptions file via %s..." (car
     method))
     (cond
+     ((null (gnus-get-function method 'request-list-newsgroups t))
+      t)
      ((not (gnus-check-server method))
       (gnus-message 1 "Couldn't open server")
       nil)

Last modified: Fri May 21 15:24:33 METDST 1999