Mercurial > emacs
comparison lisp/ChangeLog @ 78756:c41c1aee3d31
(diff-sanity-check-hunk): Fix up the case when unified
diffs are concatenated with no intervening line.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 12 Sep 2007 05:11:07 +0000 |
parents | 38a441bc4532 |
children | d27200e45acd |
comparison
equal
deleted
inserted
replaced
78755:38a441bc4532 | 78756:c41c1aee3d31 |
---|---|
1 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified | |
4 diffs are concatenated with no intervening line. | |
5 | |
1 2007-09-10 Dave Love <fx@gnu.org> | 6 2007-09-10 Dave Love <fx@gnu.org> |
2 | 7 |
3 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10. | 8 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10. |
4 (python-font-lock-keywords): Update to the 2.5 version of the language. | 9 (python-font-lock-keywords): Update to the 2.5 version of the language. |
5 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil. | 10 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil. |