[gnus git] branch master updated: m0-5-76-g9b24844 =1= demon: add autoload

Julien Danjou <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  9b24844558188f1ced96e1e6f13c1d52e8b14775 (commit)
      from  c5272707d4204f0b85f86f33bb44d257f0be68d1 (commit)


- Log -----------------------------------------------------------------
commit 9b24844558188f1ced96e1e6f13c1d52e8b14775
Author: Julien Danjou <[email protected]>
Date:   Sun Aug 5 21:24:34 2012 +0200

    demon: add autoload
    
    Signed-off-by: Julien Danjou <[email protected]>

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a3a5b6d..1bf8444 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-05  Julien Danjou  <[email protected]>
+
+	* gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
+	Add autoload.
+
 2012-07-31  Katsumi Yamaoka  <[email protected]>
 
 	* gnus.el (gnus-valid-select-methods): Fix custom type.
diff --git a/lisp/gnus-demon.el b/lisp/gnus-demon.el
index 115c577..81529b7 100644
--- a/lisp/gnus-demon.el
+++ b/lisp/gnus-demon.el
@@ -77,6 +77,7 @@ Emacs has been idle for IDLE `gnus-demon-timestep's."
 
 ;;; Functions.
 
+;;;###autoload
 (defun gnus-demon-add-handler (function time idle)
   "Add the handler FUNCTION to be run at TIME and IDLE."
   ;; First remove any old handlers that use this function.
@@ -85,6 +86,7 @@ Emacs has been idle for IDLE `gnus-demon-timestep's."
   (push (list function time idle) gnus-demon-handlers)
   (gnus-demon-init))
 
+;;;###autoload
 (defun gnus-demon-remove-handler (function &optional no-init)
   "Remove the handler FUNCTION from the list of handlers."
   (gnus-alist-pull function gnus-demon-handlers)

-----------------------------------------------------------------------
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, 7 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.