diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index df55ca2ad80..d085c721bc8 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -2153,7 +2153,8 @@ the number of failed hunk applications otherwise." (t (message (ngettext "%d hunk failed; no buffers changed" "%d hunks failed; no buffers changed" - failures)) + failures) + failures) failures)))) (defalias 'diff-mouse-goto-source #'diff-goto-source)