emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99436: * textmodes/ispell.el (ispell


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99436: * textmodes/ispell.el (ispell-message-text-end): Remove final newline
Date: Wed, 03 Feb 2010 00:33:52 +0200
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99436
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-03 00:33:52 +0200
message:
  * textmodes/ispell.el (ispell-message-text-end): Remove final newline
  from unidiff to allow function-line after @@.
modified:
  lisp/ChangeLog
  lisp/textmodes/ispell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-02 22:28:57 +0000
+++ b/lisp/ChangeLog    2010-02-02 22:33:52 +0000
@@ -1,5 +1,10 @@
 2010-02-02  Juri Linkov  <address@hidden>
 
+       * textmodes/ispell.el (ispell-message-text-end): Remove final newline
+       from unidiff to allow function-line after @@.
+
+2010-02-02  Juri Linkov  <address@hidden>
+
        * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
        '(RCS SCCS) with inverted condition.
 

=== modified file 'lisp/textmodes/ispell.el'
--- a/lisp/textmodes/ispell.el  2010-01-14 18:59:31 +0000
+++ b/lisp/textmodes/ispell.el  2010-02-02 22:33:52 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]