]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-message-text-end): Match reporter.el bug reports.
authorRichard M. Stallman <rms@gnu.org>
Fri, 29 Sep 1995 00:48:05 +0000 (00:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 29 Sep 1995 00:48:05 +0000 (00:48 +0000)
lisp/textmodes/ispell.el

index 0f854d64b396e0ae6c5c1135e7caefef666629b6..dd0f14e4329c6a74ca2a1e3d88d86d9f64e20185 100644 (file)
@@ -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\\)")