[gnus git] branch master updated: =1= * gnus-delay.el (gnus-delay-article) Improve prompt.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 769c564df4e354b23b5ac80b3c2c21ce2002e3d4 (commit)
from bb26f14c9008f19efbcf37e12044ec103d9fb144 (commit)
- Log -----------------------------------------------------------------
commit 769c564df4e354b23b5ac80b3c2c21ce2002e3d4
Author: Adam Sjøgren <[email protected]>
Date: Sun Feb 13 11:37:54 2011 -0800
* gnus-delay.el (gnus-delay-article) Improve prompt.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dc45746..1a1afdf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
2011-02-13 Adam Sjøgren <[email protected]>
* gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
+ Improve prompt.
2011-02-13 Lars Ingebrigtsen <[email protected]>
diff --git a/lisp/gnus-delay.el b/lisp/gnus-delay.el
index 9b5a320..bfd1705 100644
--- a/lisp/gnus-delay.el
+++ b/lisp/gnus-delay.el
@@ -78,7 +78,7 @@ DELAY is a string, giving the length of the time. Possible values are:
time, then the deadline is tomorrow, else today."
(interactive
(list (read-string
- "Target date (YYYY-MM-DD) or length of delay (units in [mhdwMY]): "
+ "Target date (YYYY-MM-DD), time (hh:mm), or length of delay (units in [mhdwMY]): "
gnus-delay-default-delay)))
(let (num unit days year month day hour minute deadline)
(cond ((string-match
-----------------------------------------------------------------------
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 | 1 +
lisp/gnus-delay.el | 2 +-
2 files changed, 2 insertions(+), 1 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