(ispell-message-text-end): Match start of forwarded msg.

This commit is contained in:
Karl Heuer 1995-05-27 00:22:53 +00:00
parent ffd9c2a188
commit 5e228a3925

View 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.