diff options
| author | Juri Linkov | 2024-10-06 20:16:21 +0300 |
|---|---|---|
| committer | Juri Linkov | 2024-10-06 20:16:21 +0300 |
| commit | 9102f1eaafd51404ca93dacec8785dccad2a2ea0 (patch) | |
| tree | 30431ef09830c56731a98a1bf606a152cbfafd54 | |
| parent | 61c91389a4da90645562a8b80858e62b7526cdd6 (diff) | |
| download | emacs-9102f1eaafd51404ca93dacec8785dccad2a2ea0.tar.gz emacs-9102f1eaafd51404ca93dacec8785dccad2a2ea0.zip | |
* lisp/vc/diff-mode.el (diff-apply-buffer): Add more failures.
Add 'failures' as an argument to the 'message' call.
| -rw-r--r-- | lisp/vc/diff-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index df55ca2ad80..d085c721bc8 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el | |||
| @@ -2153,7 +2153,8 @@ the number of failed hunk applications otherwise." | |||
| 2153 | (t | 2153 | (t |
| 2154 | (message (ngettext "%d hunk failed; no buffers changed" | 2154 | (message (ngettext "%d hunk failed; no buffers changed" |
| 2155 | "%d hunks failed; no buffers changed" | 2155 | "%d hunks failed; no buffers changed" |
| 2156 | failures)) | 2156 | failures) |
| 2157 | failures) | ||
| 2157 | failures)))) | 2158 | failures)))) |
| 2158 | 2159 | ||
| 2159 | (defalias 'diff-mouse-goto-source #'diff-goto-source) | 2160 | (defalias 'diff-mouse-goto-source #'diff-goto-source) |