]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-message-text-end): Match start of forwarded msg.
authorKarl Heuer <kwzh@gnu.org>
Sat, 27 May 1995 00:22:53 +0000 (00:22 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 27 May 1995 00:22:53 +0000 (00:22 +0000)
lisp/textmodes/ispell.el

index 0a3b3201f04b89a65eae884032623fe9758196db..a8c3cb3d80916319d989dd2efbfb53532fc77146 100644 (file)
@@ -2046,7 +2046,8 @@ warns you if the previous word is incorrectly spelled."
               ;; Matches context difference listing
               "\\(diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*"
               ;; Matches "----------------- cut here"
-              "^[-=_]+\\s ?cut here")
+              ;; and "------- Start of forwarded message"
+              "^[-=_]+\\s ?\\(cut here\\|Start of forwarded message\\)")
             "\\|")
   "*End of text which will be checked in ispell-message.
 If it is a string, limit at first occurrence of that regular expression.