[gnus git] branch master updated: m0-5-146-gc789890 =1= art: fix void-function on timer
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c789890db17086909f61524cbda85e488e137c88 (commit)
from 7f3eaa332c8b27a8b758b226b97db09e63e2a765 (commit)
- Log -----------------------------------------------------------------
commit c789890db17086909f61524cbda85e488e137c88
Author: Julien Danjou <[email protected]>
Date: Fri Oct 19 14:27:23 2012 +0200
art: fix void-function on timer
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0b33b8d..7ccf435 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-19 Julien Danjou <[email protected]>
+
+ * gnus-art.el: Require gnus-util because it uses
+ `gnus-timer--function'.
+
2012-10-17 Kazuhiro Ito <[email protected]> (tiny change)
* starttls.el (starttls-extra-arguments): Doc fix.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 6c827e0..fa527b0 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -33,6 +33,7 @@
(defvar w3m-minor-mode-map)
(require 'gnus)
+(require 'gnus-util)
(require 'gnus-sum)
(require 'gnus-spec)
(require 'gnus-int)
-----------------------------------------------------------------------
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-art.el | 1 +
2 files changed, 6 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, master has been updated
hooks/post-receive
--
Gnus Project