mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(nnheader-accept-process-output): Autoload it.
This commit is contained in:
parent
f6c9e04f55
commit
6459e35e90
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue