[gnus git] branch master updated: n0-13-41-gcb32c8a
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cb32c8a02be0ae7c454eca9c7ae4201589a64d75 (commit)
via d12b553307578654f276275fa7b9bbcb65b7c2d1 (commit)
from d969dc430078bc1e8036032cd38e2fe2084f1f03 (commit)
- Log -----------------------------------------------------------------
commit cb32c8a02be0ae7c454eca9c7ae4201589a64d75
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Feb 24 19:20:41 2011 -0800
(gnus-demon-init): run-with-timer should be called with numerical parameters.
diff --git a/lisp/gnus-demon.el b/lisp/gnus-demon.el
index 2a45b93..419346b 100644
--- a/lisp/gnus-demon.el
+++ b/lisp/gnus-demon.el
@@ -140,7 +140,7 @@ Emacs has been idle for IDLE `gnus-demon-timestep's."
;; (func number nil)
;; Call every `time'
((and (numberp time) (null idle))
- (run-with-timer t time 'gnus-demon-run-callback func)))))
+ (run-with-timer time time 'gnus-demon-run-callback func)))))
(when timer
(add-to-list 'gnus-demon-timers timer)))))
commit d12b553307578654f276275fa7b9bbcb65b7c2d1
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Feb 24 19:22:16 2011 -0800
Resolve.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cd3ec76..d7d63e7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-25 Lars Ingebrigtsen <[email protected]>
+
+ * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
+ numerical parameters.
+
2011-02-24 Teodor Zlatanov <[email protected]>
* auth-source.el (auth-source-creation-prompts): New variable to manage
-----------------------------------------------------------------------
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 | 5 +++++
lisp/gnus-demon.el | 2 +-
2 files changed, 6 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