From 6459e35e905394a3b70de95f7e96ecebe88557d2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 3 Jun 2008 03:15:48 +0000 Subject: [PATCH] (nnheader-accept-process-output): Autoload it. --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/pop3.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 67da3846540..1bc00d6b667 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2008-06-03 Glenn Morris + + * pop3.el (nnheader-accept-process-output): Autoload it. + 2008-05-30 Katsumi Yamaoka * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index 8f5132cd673..64d338e78a2 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el @@ -131,6 +131,8 @@ Shorter values mean quicker response, but are more CPU intensive.") (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"))) -- 2.39.2