mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
(ispell-message-text-end): Match start of forwarded msg.
This commit is contained in:
parent
ffd9c2a188
commit
5e228a3925
1 changed files with 2 additions and 1 deletions
|
|
@ -2046,7 +2046,8 @@ warns you if the previous word is incorrectly spelled."
|
|||
;; 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue