Sync up with Pterodactyl Gnus v0.98.
[elisp/gnus.git-] / lisp / gnus-srvr.el
index 7980f8d..d087acd 100644 (file)
@@ -594,7 +594,9 @@ The following commands are available:
            (delete-matching-lines gnus-ignored-newsgroups))
          (while (not (eobp)) 
            (ignore-errors
-             (push (cons (read cur)
+             (push (cons (let ((p (point)))
+                          (skip-chars-forward "^ \t")
+                          (buffer-substring p (point)))
                          (max 0 (- (1+ (read cur)) (read cur))))
                    groups))
            (forward-line))))