From: yamaoka Date: Sat, 22 May 2004 00:36:37 +0000 (+0000) Subject: Synch to No Gnus 200405211547. X-Git-Tag: t-gnus-6_17_4-quimby-~907 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd73a5950f41cc2dfd456e70d5929441d04e1f5;p=elisp%2Fgnus.git- Synch to No Gnus 200405211547. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2379db..99df78f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,9 @@ 2004-05-21 Lars Magne Ingebrigtsen + * gnus-group.el (gnus-group-jump-to-group): Don't prompt for + non-active groups. + * gnus-art.el (gnus-picon-databases): Add /usr/share/picons. 2004-05-20 Magnus Henoch diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index 5532638..cb0083b 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -2130,11 +2130,7 @@ If PROMPT (the prefix) is a number, use the prompt specified in ;; Either go to the line in the group buffer... (unless (gnus-group-goto-group group) ;; ... or insert the line. - (if (or (gnus-active group) - (gnus-y-or-n-p - (format "Group %s is not active. Continue? " group))) - (gnus-group-update-group group) - (error "No such group: %s." group)) + (gnus-group-update-group group) (gnus-group-goto-group group))) ;; Adjust cursor point. (gnus-group-position-point))