aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc/diff-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r--lisp/vc/diff-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index 948a45e6f5c..37ed4a53b44 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -2128,7 +2128,8 @@ fixed, visit it in a buffer."
2128 (goto-char hunk-end)) 2128 (goto-char hunk-end))
2129 (if modified-buffers 2129 (if modified-buffers
2130 (message "Deleted trailing whitespace from %s." 2130 (message "Deleted trailing whitespace from %s."
2131 (mapconcat (lambda (buf) (concat "`" (buffer-name buf) "'")) 2131 (mapconcat (lambda (buf) (format-message
2132 "`%s'" (buffer-name buf)))
2132 modified-buffers ", ")) 2133 modified-buffers ", "))
2133 (message "No trailing whitespace to delete."))))) 2134 (message "No trailing whitespace to delete.")))))
2134 2135