aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuri Linkov2010-02-03 00:33:52 +0200
committerJuri Linkov2010-02-03 00:33:52 +0200
commit02ba126764ce7c23e8c325f55037eb7e7b908261 (patch)
tree3652f01af47cd0240ada220bc733150749d2e924 /lisp/textmodes
parenta0c6a0fb8b426a4a0327176a7cc98185a1402738 (diff)
downloademacs-02ba126764ce7c23e8c325f55037eb7e7b908261.tar.gz
emacs-02ba126764ce7c23e8c325f55037eb7e7b908261.zip
* textmodes/ispell.el (ispell-message-text-end): Remove final newline
from unidiff to allow function-line after @@.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index e35148ac038..81b87cd5641 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -3459,7 +3459,7 @@ Don't read buffer-local settings or word lists."
3459 ;; Matches context difference listing 3459 ;; Matches context difference listing
3460 "\\(\\(^cd .*\n\\)?diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*" 3460 "\\(\\(^cd .*\n\\)?diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*"
3461 ;; Matches unidiff difference listing 3461 ;; Matches unidiff difference listing
3462 "\\(diff -u .*\\)?\n--- .*\n\\+\\+\\+ .*\n@@ [-+][0-9]+,[0-9]+ [-+][0-9]+,[0-9]+ @@\n" 3462 "\\(diff -u .*\\)?\n--- .*\n\\+\\+\\+ .*\n@@ [-+][0-9]+,[0-9]+ [-+][0-9]+,[0-9]+ @@"
3463 ;; Matches reporter.el bug report 3463 ;; Matches reporter.el bug report
3464 "^current state:\n==============\n" 3464 "^current state:\n==============\n"
3465 ;; Matches commonly used "cut" boundaries 3465 ;; Matches commonly used "cut" boundaries