Mercurial > emacs
changeset 13092:6b853a17f397
(ispell-message-text-end): Match reporter.el bug reports.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 29 Sep 1995 00:48:05 +0000 |
parents | 9f60089ce2bb |
children | 36df4ecc47da |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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\\)")