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:
parent
9f02739333
commit
ea0d05b411
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue