diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 11 16:22:32 2007 +0000
+++ b/lisp/ChangeLog	Thu Jan 11 16:52:59 2007 +0000
@@ -1,5 +1,9 @@
 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* diff-mode.el (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.
+
 	* hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
 	activate undo when undo is not active.
 	Reported by Chris <christopher.ian.moore@gmail.com>.