comparison lisp/textmodes/ispell.el @ 8387:7dca276b66d8

(ispell-message-text-end): Improve context diff regexp.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Jul 1994 21:11:00 +0000
parents 0ff871ea99d4
children 7db17ee1ae58
comparison
equal deleted inserted replaced
8386:1c42688133ee 8387:7dca276b66d8
1867 "^%!PS-Adobe-2.0" 1867 "^%!PS-Adobe-2.0"
1868 ;; Matches uuencoded text 1868 ;; Matches uuencoded text
1869 "^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM" 1869 "^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM"
1870 ;; Matches shell files (esp. auto-decoding) 1870 ;; Matches shell files (esp. auto-decoding)
1871 "^#! /bin/sh" 1871 "^#! /bin/sh"
1872 ;; Matches difference listing 1872 ;; Matches context difference listing
1873 "diff -c .*\n\\*\\*\\* .*\n--- " 1873 "\\(diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*"
1874 ;; Matches "----------------- cut here" 1874 ;; Matches "----------------- cut here"
1875 "^[-=_]+\\s ?cut here") 1875 "^[-=_]+\\s ?cut here")
1876 "\\|") 1876 "\\|")
1877 "*End of text which will be checked in ispell-message. 1877 "*End of text which will be checked in ispell-message.
1878 If it is a string, limit at first occurence of that regular expression. 1878 If it is a string, limit at first occurence of that regular expression.