summaryrefslogtreecommitdiff
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2009-04-21 07:19:01 +0000
committerMartin Rudalics <rudalics@gmx.at>2009-04-21 07:19:01 +0000
commit19a4c5043a12fc81530d10544715283f6073e402 (patch)
tree062d1a9410920dc802abb84e98ff41886cd037dc /lisp/diff-mode.el
parent5dadb083d4501d5aec3c92a90bab381353e7e91c (diff)
downloademacs-19a4c5043a12fc81530d10544715283f6073e402.tar.gz
Fix bug number in comment.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r--lisp/diff-mode.el2
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))))