From: Julien Danjou Date: Mon, 6 Aug 2012 11:56:36 +0000 (+0000) Subject: gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler): Remove autoload X-Git-Tag: emacs-24.2.90~822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16ac6eb63b0597c2bed61702ad56fb202c55c869;p=emacs.git gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler): Remove autoload --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e011396263c..f18dcaf9261 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2012-08-06 Julien Danjou + + * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler): + Remove autoload, already handled by gnus.el. + 2012-08-05 Julien Danjou * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler): diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index 81529b7f6be..115c5777448 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/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)