]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/ispell.el (ispell-message-text-end): Remove final newline
authorJuri Linkov <juri@jurta.org>
Tue, 2 Feb 2010 22:33:52 +0000 (00:33 +0200)
committerJuri Linkov <juri@jurta.org>
Tue, 2 Feb 2010 22:33:52 +0000 (00:33 +0200)
from unidiff to allow function-line after @@.

lisp/ChangeLog
lisp/textmodes/ispell.el

index a8f031f3f5603ccf181f7dbcee838b06e1cfd837..7a18954f59dc85acd4f4d2d1b8e7ebfb90c86a7a 100644 (file)
@@ -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
index e35148ac0388b60370576cd92d9e78a8e48b4b12..81b87cd5641df870ce7507df8299f9770a075051 100644 (file)
@@ -3459,7 +3459,7 @@ Don't read buffer-local settings or word lists."
               ;; 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