Mercurial > emacs
changeset 29784:e7d9947be23b
comment
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 20 Jun 2000 13:27:11 +0000 |
parents | 6ddcb068053d |
children | d092cbe8cae7 |
files | lib-src/pop.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/pop.c Tue Jun 20 13:22:16 2000 +0000 +++ b/lib-src/pop.c Tue Jun 20 13:27:11 2000 +0000 @@ -139,7 +139,8 @@ static char *find_crlf _P((char *, int)); #define ERROR_MAX 160 /* a pretty arbitrary size, but needs - to be bigger than the one-time 80 */ + to be bigger than the original + value of 80 */ #define POP_PORT 110 #define KPOP_PORT 1109 #define POP_SERVICE "pop3" /* we don't want the POP2 port! */