# HG changeset patch # User Martin Rudalics # Date 1240298341 0 # Node ID 10b0e119e49a8d60e752a072513d510544f13e36 # Parent 5b883aa3f804c1b1ce301ee69331659cdd35f294 Fix bug number in comment. diff -r 5b883aa3f804 -r 10b0e119e49a lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 21 06:56:51 2009 +0000 +++ b/lisp/ChangeLog Tue Apr 21 07:19:01 2009 +0000 @@ -1,7 +1,7 @@ 2009-04-21 Martin Rudalics * diff-mode.el (diff-find-source-location): Don't call - diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3030) + diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3033) 2009-04-21 Kenichi Handa diff -r 5b883aa3f804 -r 10b0e119e49a lisp/diff-mode.el --- a/lisp/diff-mode.el Tue Apr 21 06:56:51 2009 +0000 +++ b/lisp/diff-mode.el Tue Apr 21 07:19:01 2009 +0000 @@ -1576,7 +1576,7 @@ ;; (e.g. because an empty line truncates the hunk mid-course), ;; leading to potentially nasty surprises for the user. ;; - ;; Suppress check when NOPROMPT is non-nil (Bug#3030). + ;; Suppress check when NOPROMPT is non-nil (Bug#3033). (_ (unless noprompt (diff-sanity-check-hunk))) (hunk (buffer-substring (point) (save-excursion (diff-end-of-hunk) (point))))