2009-04-21 Martin Rudalics <rudalics@gmx.at>
* 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 <handa@m17n.org>
;; (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))))