[gnus git] branch master updated: =1= gnus-group: fix jump to unknown groups
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 53a5da8e6cba160eabeff5ff948ebeb78248a6bc (commit)
from ad107b21a527a47b0e192df1518116b2749cef20 (commit)
- Log -----------------------------------------------------------------
commit 53a5da8e6cba160eabeff5ff948ebeb78248a6bc
Author: Julien Danjou <[email protected]>
Date: Fri Jan 28 10:50:40 2011 +0100
gnus-group: fix jump to unknown groups
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3cef836..60421a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-28 Julien Danjou <[email protected]>
+
+ * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
+
2011-01-28 Lars Ingebrigtsen <[email protected]>
* gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 77a4994..66bf70b 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -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 (gnus-read-active-file-p)
+ nil nil t
(if current-prefix-arg
(cdr (assq current-prefix-arg gnus-group-jump-to-group-prompt))
(or (and (stringp gnus-group-jump-to-group-prompt)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus-group.el | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project