* lisp/vc/diff-mode.el (diff-apply-buffer): Add more failures.

Add 'failures' as an argument to the 'message' call.
This commit is contained in:
Juri Linkov 2024-10-06 20:16:21 +03:00
parent 61c91389a4
commit 9102f1eaaf

View file

@ -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)