From 5e228a39252a130c77eecea3cd29372faa7985ed Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 27 May 1995 00:22:53 +0000 Subject: [PATCH] (ispell-message-text-end): Match start of forwarded msg. --- lisp/textmodes/ispell.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 0a3b3201f04..a8c3cb3d809 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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. -- 2.39.2