aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorRichard M. Stallman1999-07-07 16:45:31 +0000
committerRichard M. Stallman1999-07-07 16:45:31 +0000
commitea0d05b411ea83d5aed8e6d65b3014740d85d396 (patch)
tree3eb4da921a379c17f386b5588fd0db0a50239273 /lisp/mail
parent9f0273933300b8d36425b18e04673216d9ba093d (diff)
downloademacs-ea0d05b411ea83d5aed8e6d65b3014740d85d396.tar.gz
emacs-ea0d05b411ea83d5aed8e6d65b3014740d85d396.zip
(mail-unsent-separator): Add a missing \\|.
Diffstat (limited to 'lisp/mail')
-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."
3035 "^ *--+ +begin message +--+ *$\\|" 3035 "^ *--+ +begin message +--+ *$\\|"
3036 "^ *---+ +Original message follows +---+ *$\\|" 3036 "^ *---+ +Original message follows +---+ *$\\|"
3037 "^ *---+ +Your message follows +---+ *$\\|" 3037 "^ *---+ +Your message follows +---+ *$\\|"
3038 "^|? *---+ +Message text follows: +---+ *|?$" 3038 "^|? *---+ +Message text follows: +---+ *|?$\\|"
3039 "^ *---+ +This is a copy of the message, including all the headers.*---+ *$") 3039 "^ *---+ +This is a copy of the message, including all the headers.*---+ *$")
3040 "A regexp that matches the separator before the text of a failed message.") 3040 "A regexp that matches the separator before the text of a failed message.")
3041 3041