summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-07-07 16:45:31 +0000
committerRichard M. Stallman <rms@gnu.org>1999-07-07 16:45:31 +0000
commitea0d05b411ea83d5aed8e6d65b3014740d85d396 (patch)
tree3eb4da921a379c17f386b5588fd0db0a50239273
parent9f0273933300b8d36425b18e04673216d9ba093d (diff)
downloademacs-ea0d05b411ea83d5aed8e6d65b3014740d85d396.tar.gz
(mail-unsent-separator): Add a missing \\|.
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
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.")