Mercurial > emacs
diff lisp/diff-mode.el @ 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 | 9d31b5972e9e |
line wrap: on
line diff
--- 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))))
