From f1f9f8d5aa8c919dd549b0c0f012488e85978a20 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 29 Sep 1995 00:48:05 +0000 Subject: [PATCH] (ispell-message-text-end): Match reporter.el bug reports. --- lisp/textmodes/ispell.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 0f854d64b39..dd0f14e4329 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -2057,6 +2057,8 @@ warns you if the previous word is incorrectly spelled." "^#! /bin/[ck]?sh" ;; Matches context difference listing "\\(diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*" + ;; Matches reporter.el bug report + "^current state:\n==============\n" ;; Matches "----------------- cut here" ;; and "------- Start of forwarded message" "^[-=_]+\\s ?\\(cut here\\|Start of forwarded message\\)") -- 2.39.2