aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-06-03 03:15:48 +0000
committerGlenn Morris2008-06-03 03:15:48 +0000
commit6459e35e905394a3b70de95f7e96ecebe88557d2 (patch)
tree62d61a090b536d5aa25a733e5a358f3a8ab7ea35
parentf6c9e04f5539894e14c885f9d671f60ef2760bbc (diff)
downloademacs-6459e35e905394a3b70de95f7e96ecebe88557d2.tar.gz
emacs-6459e35e905394a3b70de95f7e96ecebe88557d2.zip
(nnheader-accept-process-output): Autoload it.
-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 67da3846540..1bc00d6b667 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12008-06-03 Glenn Morris <rgm@gnu.org>
2
3 * pop3.el (nnheader-accept-process-output): Autoload it.
4
12008-05-30 Katsumi Yamaoka <yamaoka@jpl.org> 52008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
2 6
3 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that 7 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el
index 8f5132cd673..64d338e78a2 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.")
131 (truncate pop3-read-timeout)) 131 (truncate pop3-read-timeout))
132 1000)))) 132 1000))))
133 133
134(autoload 'nnheader-accept-process-output "nnheader")
135
134(defun pop3-movemail (&optional crashbox) 136(defun pop3-movemail (&optional crashbox)
135 "Transfer contents of a maildrop to the specified CRASHBOX." 137 "Transfer contents of a maildrop to the specified CRASHBOX."
136 (or crashbox (setq crashbox (expand-file-name "~/.crashbox"))) 138 (or crashbox (setq crashbox (expand-file-name "~/.crashbox")))