# HG changeset patch # User Richard M. Stallman # Date 747744003 0 # Node ID 196fac1c10863d6d2268d8bf4240e2405e45e56f # Parent 7e513df4d806d5d67d23f3c1c00689d21ad6344a (rmail-convert-file): Narrow to exclude the Babyl header. diff -r 7e513df4d806 -r 196fac1c1086 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Fri Sep 10 13:48:39 1993 +0000 +++ b/lisp/mail/rmail.el Sat Sep 11 10:40:03 1993 +0000 @@ -286,9 +286,9 @@ ;; If file needs conversion, convert it all, ;; except for the BABYL header. ;; (rmail-convert-to-babyl-format would delete the header.) -;;; (narrow-to-region (point) (point-max)) (goto-char (point-min)) (search-forward "\n\^_" nil t) + (narrow-to-region (point) (point-max)) (rmail-convert-to-babyl-format) (message "Converting to Babyl format...done")))))