Mercurial > emacs
changeset 4332:9715c82333ab
(rmail-convert-file): If file needs conversion, convert it all.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 29 Jul 1993 03:43:38 +0000 |
parents | c75a5c7d4f39 |
children | c356a81e1a46 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Thu Jul 29 03:27:05 1993 +0000 +++ b/lisp/mail/rmail.el Thu Jul 29 03:43:38 1993 +0000 @@ -282,7 +282,8 @@ (looking-at "\n*From "))) (let ((buffer-read-only nil)) (message "Converting to Babyl format...") - (narrow-to-region (point) (point-max)) +;;; If file needs conversion, convert it all. +;;; (narrow-to-region (point) (point-max)) (rmail-convert-to-babyl-format) (message "Converting to Babyl format...done")))))