[gnus git] branch master updated: n0-13-119-gfa33e87 =1= Indent.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fa33e8758a516a81d56d590f1a7328f61b79d8e7 (commit)
from 5edabb7b1f9ba3eec0492c5a9058ec44eb27f816 (commit)
- Log -----------------------------------------------------------------
commit fa33e8758a516a81d56d590f1a7328f61b79d8e7
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Mar 15 23:39:05 2011 +0100
Indent.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index bc572f2..0fa1d59 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -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)))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/gnus-sum.el | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project