(gnus-group-jump-to-group): Allow jumping to groups that Gnus doesn't know exists...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 31 Jan 2011 02:07:34 +0000 (18:07 -0800)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 31 Jan 2011 02:07:34 +0000 (18:07 -0800)
lisp/ChangeLog
lisp/gnus-group.el

index a9e26e0..2ec51ef 100644 (file)
@@ -1,5 +1,8 @@
 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
+       that Gnus doesn't know exists again.
+
        * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
        (gnus-treat-date-ut): Ditto.
        (gnus-article-update-date-header): Renamed.
index 66bf70b..30cd127 100644 (file)
@@ -2467,7 +2467,7 @@ If PROMPT (the prefix) is a number, use the prompt specified in
 `gnus-group-jump-to-group-prompt'."
   (interactive
    (list (gnus-group-completing-read
-          nil nil t
+          nil nil nil
           (if current-prefix-arg
               (cdr (assq current-prefix-arg gnus-group-jump-to-group-prompt))
             (or (and (stringp gnus-group-jump-to-group-prompt)