diff lisp/gnus/pop3.el @ 110388:9c222728860c

pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output instead of nnheader-accept-process-output.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 17 Sep 2010 06:46:54 +0000
parents ef15e8533a1c
children 5be11972ce6a
line wrap: on
line diff
--- a/lisp/gnus/pop3.el	Fri Sep 17 06:24:10 2010 +0000
+++ b/lisp/gnus/pop3.el	Fri Sep 17 06:46:54 2010 +0000
@@ -168,7 +168,7 @@
 	       (truncate (/ (buffer-size) 1000))
 	       (truncate (* (/ (* (buffer-size) 1.0)
 			       total-size) 100))))
-    (nnheader-accept-process-output process)))
+    (pop3-accept-process-output process)))
 
 (defun pop3-write-to-file (file)
   (let ((pop-buffer (current-buffer))