changeset 107074:e4a4161df485

* textmodes/ispell.el (ispell-message-text-end): Remove final newline from unidiff to allow function-line after @@.
author Juri Linkov <juri@jurta.org>
date Wed, 03 Feb 2010 00:33:52 +0200
parents 163cd2024354
children 389adef9b27d 19af79cef24d
files lisp/ChangeLog lisp/textmodes/ispell.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Feb 03 00:28:57 2010 +0200
+++ b/lisp/ChangeLog	Wed Feb 03 00:33:52 2010 +0200
@@ -1,3 +1,8 @@
+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
--- a/lisp/textmodes/ispell.el	Wed Feb 03 00:28:57 2010 +0200
+++ b/lisp/textmodes/ispell.el	Wed Feb 03 00:33:52 2010 +0200
@@ -3459,7 +3459,7 @@
 	       ;; 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