Comment.
authorDave Love <fx@gnu.org>
Fri, 2 May 2003 17:49:30 +0000 (17:49 +0000)
committerDave Love <fx@gnu.org>
Fri, 2 May 2003 17:49:30 +0000 (17:49 +0000)
lisp/pop3.el

index 2a968b5..0b024ec 100644 (file)
@@ -348,6 +348,7 @@ This function currently does nothing.")
     (save-excursion
       (set-buffer (process-buffer process))
       (while (not (re-search-forward "^\\.\r\n" nil t))
     (save-excursion
       (set-buffer (process-buffer process))
       (while (not (re-search-forward "^\\.\r\n" nil t))
+       ;; Fixme: Shouldn't depend on nnheader.
        (nnheader-accept-process-output process)
        ;; bill@att.com ... to save wear and tear on the heap
        ;; uncommented because the condensed version below is a problem for
        (nnheader-accept-process-output process)
        ;; bill@att.com ... to save wear and tear on the heap
        ;; uncommented because the condensed version below is a problem for