Mercurial > emacs
changeset 5466:794b93d511b9
(rmail-convert-to-babyl-format):
Fix one-off error in handling content-length field.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Jan 1994 11:42:55 +0000 |
parents | 9fcfca1caec7 |
children | 4507b4972c4a |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Thu Jan 06 11:34:51 1994 +0000 +++ b/lisp/mail/rmail.el Thu Jan 06 11:42:55 1994 +0000 @@ -896,7 +896,7 @@ ;; skip to the end of the contents. (let* ((header-end (save-excursion (and (re-search-forward "\n\n" nil t) - (point)))) + (1- (point))))) (case-fold-search t) (size ;; Get the numeric value from the Content-Length field.