]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/diff-mode.el (diff-apply-buffer): Add more failures.
authorJuri Linkov <juri@linkov.net>
Sun, 6 Oct 2024 17:16:21 +0000 (20:16 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 7 Oct 2024 11:33:21 +0000 (13:33 +0200)
Add 'failures' as an argument to the 'message' call.

(cherry picked from commit 9102f1eaafd51404ca93dacec8785dccad2a2ea0)

lisp/vc/diff-mode.el

index ff4dd819e506f755801aaf309f910ccae20d58ca..cca8ce2be4efe4d77fc152e064603662748f5ce1 100644 (file)
@@ -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)