Mercurial > emacs
changeset 11956:2fe366786a80
(ispell-message-text-end): Match start of forwarded msg.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 27 May 1995 00:22:53 +0000 |
parents | d972c95e7577 |
children | b95403bfc657 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Sat May 27 00:19:05 1995 +0000 +++ b/lisp/textmodes/ispell.el Sat May 27 00:22:53 1995 +0000 @@ -2046,7 +2046,8 @@ ;; Matches context difference listing "\\(diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*" ;; Matches "----------------- cut here" - "^[-=_]+\\s ?cut here") + ;; and "------- Start of forwarded message" + "^[-=_]+\\s ?\\(cut here\\|Start of forwarded message\\)") "\\|") "*End of text which will be checked in ispell-message. If it is a string, limit at first occurrence of that regular expression.