[gnus git] branch no-gnus updated: m0-1-41-g9da41c0 =1= Make gnus-summary-insert-old-articles prompting consistent
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9da41c0a12aceb9c57f581cd28f575ccb9ea6d4c (commit)
from a66c0f4057196fb0ce5b5ba8d17de567ffc8c932 (commit)
- Log -----------------------------------------------------------------
commit 9da41c0a12aceb9c57f581cd28f575ccb9ea6d4c
Author: Lars Ingebrigtsen <[email protected]>
Date: Thu Feb 9 00:48:23 2012 +0100
Make gnus-summary-insert-old-articles prompting consistent
* gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
of an initial-input for consistency (bug#10757).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b19e4f5..dd8943d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-02-08 Lars Ingebrigtsen <[email protected]>
+ * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
+ of an initial-input for consistency (bug#10757).
+
* dgnushack.el: Fix XEmacs compilation warning.
* shr.el: Inhibit getting and sending cookies when fetching pictures.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 296f25a..63482ee 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -12856,6 +12856,7 @@ If ALL is a number, fetch this number of articles."
(gnus-group-decoded-name gnus-newsgroup-name)
(if initial "max" "default")
len)
+ nil nil
(if initial
(cons (number-to-string initial)
0)))))
-----------------------------------------------------------------------
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/ChangeLog | 3 +++
lisp/gnus-sum.el | 1 +
2 files changed, 4 insertions(+), 0 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project