projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85816ac
)
gnus-int.el (gnus-request-group): Indent.
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 5 Sep 2010 01:31:15 +0000
(
01:31
+0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Sun, 5 Sep 2010 01:31:15 +0000
(
01:31
+0000)
lisp/gnus/gnus-int.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-int.el
b/lisp/gnus/gnus-int.el
index 1054506acefc446bd1178201212ebf693e389516..d805f3104d2d2537fd12d72b750faeb7e9d787c8 100644
(file)
--- a/
lisp/gnus/gnus-int.el
+++ b/
lisp/gnus/gnus-int.el
@@
-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)))