diff options
| -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) |