diff options
author | Martin Rudalics <rudalics@gmx.at> | 2009-04-21 07:19:01 +0000 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2009-04-21 07:19:01 +0000 |
commit | 19a4c5043a12fc81530d10544715283f6073e402 (patch) | |
tree | 062d1a9410920dc802abb84e98ff41886cd037dc /lisp/diff-mode.el | |
parent | 5dadb083d4501d5aec3c92a90bab381353e7e91c (diff) | |
download | emacs-19a4c5043a12fc81530d10544715283f6073e402.tar.gz |
Fix bug number in comment.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |