From: Karl Heuer Date: Sat, 27 May 1995 00:22:53 +0000 (+0000) Subject: (ispell-message-text-end): Match start of forwarded msg. X-Git-Tag: emacs-19.34~3902 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e228a39252a130c77eecea3cd29372faa7985ed;p=emacs.git (ispell-message-text-end): Match start of forwarded msg. --- 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.