From: Richard M. Stallman Date: Fri, 29 Sep 1995 00:48:05 +0000 (+0000) Subject: (ispell-message-text-end): Match reporter.el bug reports. X-Git-Tag: emacs-19.34~2768 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1f9f8d5aa8c919dd549b0c0f012488e85978a20;p=emacs.git (ispell-message-text-end): Match reporter.el bug reports. --- 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\\)")