diff options
| author | Juri Linkov | 2010-02-03 00:33:52 +0200 |
|---|---|---|
| committer | Juri Linkov | 2010-02-03 00:33:52 +0200 |
| commit | 02ba126764ce7c23e8c325f55037eb7e7b908261 (patch) | |
| tree | 3652f01af47cd0240ada220bc733150749d2e924 /lisp/textmodes | |
| parent | a0c6a0fb8b426a4a0327176a7cc98185a1402738 (diff) | |
| download | emacs-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.el | 2 |
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 |