gnus-int.el (gnus-request-group): Indent.

This commit is contained in:
Lars Magne Ingebrigtsen 2010-09-05 01:31:15 +00:00 committed by Katsumi Yamaoka
parent 85816ac1c5
commit 988818b8dd

View file

@ -365,7 +365,7 @@ If it is down, start it up (again)."
(when (stringp gnus-command-method)
(setq gnus-command-method
(inline (gnus-server-to-method gnus-command-method))))
(funcall (inline (gnus-get-function gnus-command-method 'request-group))
(funcall (inline (gnus-get-function gnus-command-method 'request-group))
(gnus-group-real-name group) (nth 1 gnus-command-method)
dont-check)))