diff lisp/mail/rmail.el @ 62402:a7e02ef1e3d6

Replace `string-to-int' by `string-to-number'.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 May 2005 11:33:47 +0000
parents edcdb077c4c1
children bb278282ddbc f042e7c0fe20
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Mon May 16 10:07:59 2005 +0000
+++ b/lisp/mail/rmail.el	Mon May 16 11:33:47 2005 +0000
@@ -1990,7 +1990,7 @@
 					      header-end t)
 			      (let ((beg (point))
 				    (eol (progn (end-of-line) (point))))
-				(string-to-int (buffer-substring beg eol)))))))
+				(string-to-number (buffer-substring beg eol)))))))
 		 (and size
 		      (if (and (natnump size)
 			       (<= (+ header-end size) (point-max))