diff options
Diffstat (limited to 'lisp/gnus/gnus-int.el')
| -rw-r--r-- | lisp/gnus/gnus-int.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el index dd938ce0758..4e870bb84bb 100644 --- a/lisp/gnus/gnus-int.el +++ b/lisp/gnus/gnus-int.el | |||
| @@ -442,7 +442,7 @@ If it is down, start it up (again)." | |||
| 442 | (defun gnus-request-group-scan (group info) | 442 | (defun gnus-request-group-scan (group info) |
| 443 | "Request that GROUP get a complete rescan." | 443 | "Request that GROUP get a complete rescan." |
| 444 | (let ((gnus-command-method (gnus-find-method-for-group group)) | 444 | (let ((gnus-command-method (gnus-find-method-for-group group)) |
| 445 | (func 'request-group-description)) | 445 | (func 'request-group-scan)) |
| 446 | (when (gnus-check-backend-function func group) | 446 | (when (gnus-check-backend-function func group) |
| 447 | (funcall (gnus-get-function gnus-command-method func) | 447 | (funcall (gnus-get-function gnus-command-method func) |
| 448 | (gnus-group-real-name group) (nth 1 gnus-command-method) info)))) | 448 | (gnus-group-real-name group) (nth 1 gnus-command-method) info)))) |