]> code.delx.au - gnu-emacs/commitdiff
comment
authorDave Love <fx@gnu.org>
Tue, 20 Jun 2000 13:27:11 +0000 (13:27 +0000)
committerDave Love <fx@gnu.org>
Tue, 20 Jun 2000 13:27:11 +0000 (13:27 +0000)
lib-src/pop.c

index 9af8805387fef7cee94a7f37f77a1551d6023eee..1c2cc95ac68e3a6ba5624e3a0df7382fc814666f 100644 (file)
@@ -139,7 +139,8 @@ static void pop_trash _P((popserver));
 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! */