[gnus git] branch master updated: m0-7-204-gebe4472 =1= * gnus-delay.el (gnus-delay-article): Fix typo.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ebe4472a4be50e76d739f613d6452c8f6858ba8a (commit)
from fa1c10e7d3e7532f14e3c7308a25e7300175a035 (commit)
- Log -----------------------------------------------------------------
commit ebe4472a4be50e76d739f613d6452c8f6858ba8a
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Fri Aug 2 15:05:06 2013 +0200
* gnus-delay.el (gnus-delay-article): Fix typo.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 670d84b..d8a9b35 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2013-08-02 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus-delay.el (gnus-delay-article): Fix typo.
+
* gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
articles.
diff --git a/lisp/gnus-delay.el b/lisp/gnus-delay.el
index 24326b3..2cdafe1 100644
--- a/lisp/gnus-delay.el
+++ b/lisp/gnus-delay.el
@@ -81,7 +81,7 @@ DELAY is a string, giving the length of the time. Possible values are:
"Target date (YYYY-MM-DD), time (hh:mm), or length of delay (units in [mhdwMY]): "
gnus-delay-default-delay)))
;; Allow spell checking etc.
- (message-send-hook)
+ (run-hooks 'message-send-hook)
(let (num unit days year month day hour minute deadline)
(cond ((string-match
"\\([0-9][0-9][0-9]?[0-9]?\\)-\\([0-9]+\\)-\\([0-9]+\\)"
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus-delay.el | 2 +-
2 files changed, 3 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