Mercurial > emacs
changeset 95491:32ac518a1ca9
(nnheader-accept-process-output): Autoload it.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 03 Jun 2008 03:15:38 +0000 |
parents | a9ad32b3a4dd |
children | 09c5abcca14d |
files | lisp/gnus/pop3.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/pop3.el Tue Jun 03 03:14:47 2008 +0000 +++ b/lisp/gnus/pop3.el Tue Jun 03 03:15:38 2008 +0000 @@ -131,6 +131,8 @@ (truncate pop3-read-timeout)) 1000)))) +(autoload 'nnheader-accept-process-output "nnheader") + (defun pop3-movemail (&optional crashbox) "Transfer contents of a maildrop to the specified CRASHBOX." (or crashbox (setq crashbox (expand-file-name "~/.crashbox")))