# HG changeset patch # User Karl Heuer # Date 801534173 0 # Node ID 2fe366786a802026ce1404f0b0ef105241f429e1 # Parent d972c95e75772783028e4f813bfb864051e5dc12 (ispell-message-text-end): Match start of forwarded msg. diff -r d972c95e7577 -r 2fe366786a80 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Sat May 27 00:19:05 1995 +0000 +++ b/lisp/textmodes/ispell.el Sat May 27 00:22:53 1995 +0000 @@ -2046,7 +2046,8 @@ ;; 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.