Index: emacs/lisp/mail/rmail.el
diff -c emacs/lisp/mail/rmail.el:1.401 emacs/lisp/mail/rmail.el:1.402
*** emacs/lisp/mail/rmail.el:1.401 Sun Apr 24 21:32:28 2005
--- emacs/lisp/mail/rmail.el Mon May 16 11:16:34 2005
***************
*** 1990,1996 ****
header-end t)
(let ((beg (point))
(eol (progn (end-of-line) (point))))
! (string-to-int (buffer-substring beg eol)))))))
(and size
(if (and (natnump size)
(<= (+ header-end size) (point-max))
--- 1990,1996 ----
header-end t)
(let ((beg (point))
(eol (progn (end-of-line) (point))))
! (string-to-number (buffer-substring beg
eol)))))))
(and size
(if (and (natnump size)
(<= (+ header-end size) (point-max))
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs