mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 22:50:29 -08:00
* 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:
parent
61c91389a4
commit
9102f1eaaf
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue