(nnheader-accept-process-output): Autoload it.
authorGlenn Morris <rgm@gnu.org>
Tue, 3 Jun 2008 03:15:48 +0000 (03:15 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 3 Jun 2008 03:15:48 +0000 (03:15 +0000)
lisp/gnus/ChangeLog
lisp/gnus/pop3.el

index 67da384..1bc00d6 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-03  Glenn Morris  <rgm@gnu.org>
+
+       * pop3.el (nnheader-accept-process-output): Autoload it.
+
 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
index 8f5132c..64d338e 100644 (file)
@@ -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")))