1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(mail-unsent-separator): Add a missing \\|.

This commit is contained in:
Richard M. Stallman 1999-07-07 16:45:31 +00:00
parent 9f02739333
commit ea0d05b411

View file

@ -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.")