]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug number in comment.
authorMartin Rudalics <rudalics@gmx.at>
Tue, 21 Apr 2009 07:19:01 +0000 (07:19 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 21 Apr 2009 07:19:01 +0000 (07:19 +0000)
lisp/ChangeLog
lisp/diff-mode.el

index d34ff6a24654bf807e9693b5a1c86063f0a98341..614615f814333f247790c5d7712dca0a481d5669 100644 (file)
@@ -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>
 
index 6242cda13c40d45b256dbe129e07fa5aaaac2c7d..624b0ccfb3e72f7504a4e73b2628f0a412fe2260 100644 (file)
@@ -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))))