comparison lisp/ChangeLog @ 75191:98ad9ce30ba1

(diff-sanity-check-context-hunk-half, diff-sanity-check-hunk): New functions. (diff-find-source-location): Use'em to check the hunks are well-formed.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Jan 2007 16:52:59 +0000
parents f109c3c00000
children 59eb85a37abd
comparison
equal deleted inserted replaced
75190:f109c3c00000 75191:98ad9ce30ba1
1 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * diff-mode.el (diff-sanity-check-context-hunk-half)
4 (diff-sanity-check-hunk): New functions.
5 (diff-find-source-location): Use'em to check the hunks are well-formed.
2 6
3 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't 7 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4 activate undo when undo is not active. 8 activate undo when undo is not active.
5 Reported by Chris <christopher.ian.moore@gmail.com>. 9 Reported by Chris <christopher.ian.moore@gmail.com>.
6 10