# HG changeset patch # User Richard M. Stallman # Date 812335685 0 # Node ID 6b853a17f397fd059894b18dda8d289b49517bf1 # Parent 9f60089ce2bb4394569bb823e12fb8e43e5a7066 (ispell-message-text-end): Match reporter.el bug reports. diff -r 9f60089ce2bb -r 6b853a17f397 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Thu Sep 28 19:19:08 1995 +0000 +++ b/lisp/textmodes/ispell.el Fri Sep 29 00:48:05 1995 +0000 @@ -2057,6 +2057,8 @@ "^#! /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\\)")