From: Katsumi Yamaoka Date: Tue, 9 Apr 2019 04:15:57 +0000 (+0000) Subject: Make `jump to group' work even if it is not activated (bug#33653) X-Git-Tag: emacs-27.0.90~3261^2~63^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24d75c6667434a29a0c9db61ada8b29683fb3173;p=emacs.git Make `jump to group' work even if it is not activated (bug#33653) * lisp/gnus/gnus-group.el (gnus-group-goto-group): Use gnus-newsrc-hashtb instead of gnus-newsrc-hashtb to check if a group exists even if its server is not activated (bug#33653). --- diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 0be38541745..58f3dc3a6ef 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -2560,7 +2560,7 @@ If FAR, it is likely that the group is not on the current line. If TEST-MARKED, the line must be marked." (when group (let ((start (point)) - (active (and (gethash group gnus-active-hashtb) + (active (and (gethash group gnus-newsrc-hashtb) group))) (beginning-of-line) (cond