From 7bd73a5950f41cc2dfd456e70d5929441d04e1f5 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sat, 22 May 2004 00:36:37 +0000 Subject: [PATCH] Synch to No Gnus 200405211547. --- lisp/ChangeLog | 3 +++ lisp/gnus-group.el | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) 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)) -- 1.7.10.4