Mercurial > emacs
changeset 405:698d5d6e8f8b
*** empty log message ***
author | Michael I. Bushnell <mib@gnu.org> |
---|---|
date | Tue, 20 Aug 1991 21:31:08 +0000 |
parents | f6c751f07c4a |
children | bd0533ed9b5a |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue Aug 20 20:21:23 1991 +0000 +++ b/lisp/mail/rmail.el Tue Aug 20 21:31:08 1991 +0000 @@ -598,7 +598,7 @@ ;; If we find the proper terminator, delete through there. (delete-region (point-min) (point)) (funcall invalid-input-resync) - (delete-region (point-min) (point))) + (delete-region (point-min) (point)))) ;; Babyl format message ((looking-at "\^L") (or (search-forward "\n\^_" nil t) @@ -657,7 +657,7 @@ ;;This is a kludge, in case we're wrong about mmdf not ;;allowing anything in between. If it loses, we'll have ;;to look for something else - (t (error "Cannot convert to babyl format")))))) + (t (error "Cannot convert to babyl format"))))) count)) ;; Delete the "From ..." line, creating various other headers with