# HG changeset patch # User Richard M. Stallman # Date 743917418 0 # Node ID 9715c82333ab8157145a7699397ed490e6984831 # Parent c75a5c7d4f3988a1d456466043a871da59a5702d (rmail-convert-file): If file needs conversion, convert it all. diff -r c75a5c7d4f39 -r 9715c82333ab lisp/mail/rmail.el --- 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")))))