pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output instead of nnheader...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 17 Sep 2010 06:46:22 +0000 (06:46 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 17 Sep 2010 06:46:22 +0000 (06:46 +0000)
lisp/ChangeLog
lisp/pop3.el

index 82aaed8..76846e5 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
+       instead of nnheader-accept-process-output.
+
        * dgnushack.el (dgnushack-compile): Add comment.
 
        * lpath.el: No need to fbind propertize for XEmacs 21.4.
        * dgnushack.el (dgnushack-compile): Add comment.
 
        * lpath.el: No need to fbind propertize for XEmacs 21.4.
index 4f28dcd..63ed800 100644 (file)
@@ -168,7 +168,7 @@ Use streaming commands."
               (truncate (/ (buffer-size) 1000))
               (truncate (* (/ (* (buffer-size) 1.0)
                               total-size) 100))))
               (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))
 
 (defun pop3-write-to-file (file)
   (let ((pop-buffer (current-buffer))