From: Juri Linkov Date: Sun, 6 Oct 2024 17:16:21 +0000 (+0300) Subject: * lisp/vc/diff-mode.el (diff-apply-buffer): Add more failures. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51aaa93a8d7f9ffcd6cb45de72b499a1c63f760a;p=emacs.git * 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) --- 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)