Mercurial > emacs
changeset 1757:7e85913523ef
(mail-unsent-separator): Add `-- begin message --'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 09 Jan 1993 14:30:36 +0000 |
parents | ffef0718ef6b |
children | 12c730b89ac8 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Sat Jan 09 13:54:05 1993 +0000 +++ b/lisp/mail/rmail.el Sat Jan 09 14:30:36 1993 +0000 @@ -1605,6 +1605,7 @@ (concat "^ *---+ +Unsent message follows +---+ *$\\|" "^ *---+ +Returned message +---+ *$\\|" "^ *---+ +Original message +---+ *$\\|" + "^ *--+ +begin message +--+ *$\\|" "^|? *---+ +Message text follows: +---+ *|?$")) (defun rmail-retry-failure ()