diff options
| author | Lars Magne Ingebrigtsen | 2010-09-05 01:31:15 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-05 01:31:15 +0000 |
| commit | 988818b8dd8d60ddfb4885270489f61a64d413f5 (patch) | |
| tree | 56110746962031b31cfc6981064cbc6836e404a7 | |
| parent | 85816ac1c59f9ec922686450119f7f1bf63fcd0d (diff) | |
| download | emacs-988818b8dd8d60ddfb4885270489f61a64d413f5.tar.gz emacs-988818b8dd8d60ddfb4885270489f61a64d413f5.zip | |
gnus-int.el (gnus-request-group): Indent.
| -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 1054506acef..d805f3104d2 100644 --- a/lisp/gnus/gnus-int.el +++ b/lisp/gnus/gnus-int.el | |||
| @@ -365,7 +365,7 @@ If it is down, start it up (again)." | |||
| 365 | (when (stringp gnus-command-method) | 365 | (when (stringp gnus-command-method) |
| 366 | (setq gnus-command-method | 366 | (setq gnus-command-method |
| 367 | (inline (gnus-server-to-method gnus-command-method)))) | 367 | (inline (gnus-server-to-method gnus-command-method)))) |
| 368 | (funcall (inline (gnus-get-function gnus-command-method 'request-group)) | 368 | (funcall (inline (gnus-get-function gnus-command-method 'request-group)) |
| 369 | (gnus-group-real-name group) (nth 1 gnus-command-method) | 369 | (gnus-group-real-name group) (nth 1 gnus-command-method) |
| 370 | dont-check))) | 370 | dont-check))) |
| 371 | 371 | ||