changeset 24929:6ba667635e10

(mail-unsent-separator): Add a missing \\|.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 Jul 1999 16:45:31 +0000
parents 516da11f702d
children ea5923fcc5b2
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.")