diff options
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
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 | ||