[gnus git] branch master updated: m0-5-80-g411b37c =1= demon: remove autoloads
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 411b37cd34fdedd9925b257c494b9ff898be9035 (commit)
from 83a8a834ef68431cd12ef25a29d9dc61176d33e9 (commit)
- Log -----------------------------------------------------------------
commit 411b37cd34fdedd9925b257c494b9ff898be9035
Author: Julien Danjou <[email protected]>
Date: Mon Aug 6 13:15:32 2012 +0200
demon: remove autoloads
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8c75efa..a26b88e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-08-06 Julien Danjou <[email protected]>
+ * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
+ Remove autoload, already handled by gnus.el.
+
* nnimap.el (nnimap-request-head): Remove to-buffer argument.
* gnus-int.el (gnus-request-head): Remove to-buffer argument, only
diff --git a/lisp/gnus-demon.el b/lisp/gnus-demon.el
index 81529b7..115c577 100644
--- a/lisp/gnus-demon.el
+++ b/lisp/gnus-demon.el
@@ -77,7 +77,6 @@ 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.
@@ -86,7 +85,6 @@ 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 | 3 +++
lisp/gnus-demon.el | 2 --
2 files changed, 3 insertions(+), 2 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