]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-unsent-separator): Add a missing \\|.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 Jul 1999 16:45:31 +0000 (16:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 Jul 1999 16:45:31 +0000 (16:45 +0000)
lisp/mail/rmail.el

index 56a4eb6b56813e6ab1a1d83870d665b760320a79..4736e49cd66460dcea466fa946773ce4106197a8 100644 (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.")