From 51aaa93a8d7f9ffcd6cb45de72b499a1c63f760a Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 6 Oct 2024 20:16:21 +0300 Subject: [PATCH] * lisp/vc/diff-mode.el (diff-apply-buffer): Add more failures. Add 'failures' as an argument to the 'message' call. (cherry picked from commit 9102f1eaafd51404ca93dacec8785dccad2a2ea0) --- lisp/vc/diff-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index ff4dd819e50..cca8ce2be4e 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -2163,7 +2163,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) -- 2.39.5