From: Martin Rudalics Date: Tue, 21 Apr 2009 07:19:01 +0000 (+0000) Subject: Fix bug number in comment. X-Git-Tag: emacs-pretest-23.0.93~79 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19a4c5043a12fc81530d10544715283f6073e402;p=emacs.git Fix bug number in comment. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d34ff6a2465..614615f8143 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 6242cda13c4..624b0ccfb3e 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -1576,7 +1576,7 @@ NOPROMPT, if non-nil, means not to prompt the user." ;; (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))))