# HG changeset patch # User Richard M. Stallman # Date 775602660 0 # Node ID 7dca276b66d8fe3359eb28700fb1dac69847839e # Parent 1c42688133eef268cb780f1fa919a6592d5dc895 (ispell-message-text-end): Improve context diff regexp. diff -r 1c42688133ee -r 7dca276b66d8 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Sat Jul 30 20:36:56 1994 +0000 +++ b/lisp/textmodes/ispell.el Sat Jul 30 21:11:00 1994 +0000 @@ -1869,8 +1869,8 @@ "^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM" ;; Matches shell files (esp. auto-decoding) "^#! /bin/sh" - ;; Matches difference listing - "diff -c .*\n\\*\\*\\* .*\n--- " + ;; Matches context difference listing + "\\(diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*" ;; Matches "----------------- cut here" "^[-=_]+\\s ?cut here") "\\|")