From ea0d05b411ea83d5aed8e6d65b3014740d85d396 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 7 Jul 1999 16:45:31 +0000 Subject: [PATCH] (mail-unsent-separator): Add a missing \\|. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 56a4eb6b568..4736e49cd66 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3035,7 +3035,7 @@ typically for purposes of moderating a list." "^ *--+ +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.") -- 2.39.2