* gnus.el (gnus-revision-number): Increment to 01.
authoryamaoka <yamaoka>
Tue, 20 Apr 1999 10:24:54 +0000 (10:24 +0000)
committeryamaoka <yamaoka>
Tue, 20 Apr 1999 10:24:54 +0000 (10:24 +0000)
* pop3.el (pop3-munge-message-separator): Don't put the Content-Length field
break into the other fields.

lisp/gnus.el
lisp/pop3.el

index 42f3064..d6f1c5e 100644 (file)
@@ -267,7 +267,7 @@ is restarted, and sometimes reloaded."
 (defconst gnus-version-number "6.10.063"
   "Version number for this version of gnus.")
 
-(defconst gnus-revision-number "00"
+(defconst gnus-revision-number "01"
   "Revision number for this version of gnus.")
 
 (defconst gnus-original-version-number "0.83"
index c111d13..fb37155 100644 (file)
@@ -230,7 +230,7 @@ Return the response string if optional second argument is non-nil."
            (let ((size (- (point-max) (point-min))))
              (goto-char (point-min))
              (widen)
-             (forward-line -2)
+             (forward-line -1)
              (insert (format "Content-Length: %s\n" size)))
            )))))