Mercurial > emacs
changeset 103040:10b0e119e49a
Fix bug number in comment.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Tue, 21 Apr 2009 07:19:01 +0000 |
parents | 5b883aa3f804 |
children | 3049105cf79e |
files | lisp/ChangeLog lisp/diff-mode.el |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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>
--- 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))))