]> git.eshelyaron.com Git - emacs.git/commitdiff
Indent.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 15 Mar 2011 22:43:25 +0000 (22:43 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 15 Mar 2011 22:43:25 +0000 (22:43 +0000)
lisp/gnus/gnus-sum.el

index bc572f2f429c18e3aeb91d0f32ffb8c476169355..0fa1d5979c7ad62bd7c8c83f72b8f7b908ee7e30 100644 (file)
@@ -5849,12 +5849,14 @@ If SELECT-ARTICLES, only select those articles from GROUP."
                          (read-string
                           (format
                            "How many articles from %s (available %d, default %d): "
-                           (gnus-group-decoded-name (gnus-group-real-name gnus-newsgroup-name))
+                           (gnus-group-decoded-name
+                            (gnus-group-real-name gnus-newsgroup-name))
                            number
                            (or initial gnus-large-newsgroup))
                           nil
                           nil
-                          (number-to-string (or initial gnus-large-newsgroup)))))
+                          (number-to-string
+                           (or initial gnus-large-newsgroup)))))
                    (if (string-match "^[ \t]*$" input) number input)))
                 ((and (> scored marked) (< scored number)
                       (> (- scored number) 20))
@@ -5862,7 +5864,8 @@ If SELECT-ARTICLES, only select those articles from GROUP."
                         (read-string
                          (format "%s %s (%d scored, %d total): "
                                  "How many articles from"
-                                 (gnus-group-decoded-name (gnus-group-real-name gnus-newsgroup-name))
+                                 (gnus-group-decoded-name
+                                  (gnus-group-real-name gnus-newsgroup-name))
                                  scored number))))
                    (if (string-match "^[ \t]*$" input)
                        number input)))