[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el |
Date: |
Mon, 16 May 2005 07:16:36 -0400 |
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] Changes to emacs/lisp/mail/rmail.el,
Juanma Barranquero <=