aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-03 03:15:48 +0000
committerGlenn Morris <[email protected]>2008-06-03 03:15:48 +0000
commit6459e35e905394a3b70de95f7e96ecebe88557d2 (patch)
tree62d61a090b536d5aa25a733e5a358f3a8ab7ea35 /lisp/gnus
parentf6c9e04f5539894e14c885f9d671f60ef2760bbc (diff)
(nnheader-accept-process-output): Autoload it.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/pop3.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 67da384654..1bc00d6b66 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-03 Glenn Morris <[email protected]>
+
+ * pop3.el (nnheader-accept-process-output): Autoload it.
+
2008-05-30 Katsumi Yamaoka <[email protected]>
* rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el
index 8f5132cd67..64d338e78a 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")))