From: Richard M. Stallman Date: Wed, 7 Jul 1999 16:45:31 +0000 (+0000) Subject: (mail-unsent-separator): Add a missing \\|. X-Git-Tag: emacs-20.4~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea0d05b411ea83d5aed8e6d65b3014740d85d396;p=emacs.git (mail-unsent-separator): Add a missing \\|. --- 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.")