from unidiff to allow function-line after @@.
+2010-02-02 Juri Linkov <juri@jurta.org>
+
+ * textmodes/ispell.el (ispell-message-text-end): Remove final newline
+ from unidiff to allow function-line after @@.
+
2010-02-02 Juri Linkov <juri@jurta.org>
* ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
;; Matches context difference listing
"\\(\\(^cd .*\n\\)?diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*"
;; Matches unidiff difference listing
- "\\(diff -u .*\\)?\n--- .*\n\\+\\+\\+ .*\n@@ [-+][0-9]+,[0-9]+ [-+][0-9]+,[0-9]+ @@\n"
+ "\\(diff -u .*\\)?\n--- .*\n\\+\\+\\+ .*\n@@ [-+][0-9]+,[0-9]+ [-+][0-9]+,[0-9]+ @@"
;; Matches reporter.el bug report
"^current state:\n==============\n"
;; Matches commonly used "cut" boundaries