From 19a4c5043a12fc81530d10544715283f6073e402 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Tue, 21 Apr 2009 07:19:01 +0000 Subject: [PATCH] Fix bug number in comment. --- lisp/ChangeLog | 2 +- lisp/diff-mode.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)))) -- 2.11.4.GIT