# HG changeset patch # User Richard M. Stallman # Date 931365931 0 # Node ID 6ba667635e105b3357a0768e2b6dfdcdecb2d3cc # Parent 516da11f702d18d64c9553f08637b012f1dfef9a (mail-unsent-separator): Add a missing \\|. diff -r 516da11f702d -r 6ba667635e10 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Wed Jul 07 10:24:28 1999 +0000 +++ b/lisp/mail/rmail.el Wed Jul 07 16:45:31 1999 +0000 @@ -3035,7 +3035,7 @@ "^ *--+ +begin message +--+ *$\\|" "^ *---+ +Original message follows +---+ *$\\|" "^ *---+ +Your message follows +---+ *$\\|" - "^|? *---+ +Message text follows: +---+ *|?$" + "^|? *---+ +Message text follows: +---+ *|?$\\|" "^ *---+ +This is a copy of the message, including all the headers.*---+ *$") "A regexp that matches the separator before the text of a failed message.")