[gnus git] branch master updated: m0-11-144-g0455094 =1= Make `M-g' in the group buffer work again
Lars <[email protected]> Thu, 05 Feb 2015 04:06:11 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 04550947fe524054fdc5626ff7b342baca0c18d9 (commit)
from b2ae35c73cf003d1374c76bfe04aba1adccc48fb (commit)
- Log -----------------------------------------------------------------
commit 04550947fe524054fdc5626ff7b342baca0c18d9
Author: Vincent Bernat <[email protected]>
Date: Thu Feb 5 14:06:01 2015 +1100
Make `M-g' in the group buffer work again
* gnus-int.el (gnus-request-group-scan): Use the correct function name.
* nnimap.el (nnimap-request-group-scan): Fix the function name.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a90d79b..d7483a4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-05 Vincent Bernat <[email protected]> (tiny change)
+
+ * nnimap.el (nnimap-request-group-scan): Fix the function name.
+
+ * gnus-int.el (gnus-request-group-scan): Use the correct function name.
+
2015-02-05 Lars Ingebrigtsen <[email protected]>
* gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el
index dd938ce..4e870bb 100644
--- a/lisp/gnus-int.el
+++ b/lisp/gnus-int.el
@@ -442,7 +442,7 @@ If it is down, start it up (again)."
(defun gnus-request-group-scan (group info)
"Request that GROUP get a complete rescan."
(let ((gnus-command-method (gnus-find-method-for-group group))
- (func 'request-group-description))
+ (func 'request-group-scan))
(when (gnus-check-backend-function func group)
(funcall (gnus-get-function gnus-command-method func)
(gnus-group-real-name group) (nth 1 gnus-command-method) info))))
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index e619c0f..cdbc2a6 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -820,7 +820,7 @@ textual parts.")
group))
t))))
-(deffoo nnimap-request-scan-group (group &optional server info)
+(deffoo nnimap-request-group-scan (group &optional server info)
(setq group (nnimap-decode-gnus-group group))
(let (marks high low)
(with-current-buffer (nnimap-buffer)
-----------------------------------------------------------------------
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 | 6 ++++++
lisp/gnus-int.el | 2 +-
lisp/nnimap.el | 2 +-
3 files changed, 8 insertions(+), 2 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