aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc/ediff-diff.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc/ediff-diff.el')
-rw-r--r--lisp/vc/ediff-diff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el
index b3093943d4e..352892c945a 100644
--- a/lisp/vc/ediff-diff.el
+++ b/lisp/vc/ediff-diff.el
@@ -1373,7 +1373,7 @@ affects only files whose names match the expression."
1373 ;; Normalize empty filter RE to nil. 1373 ;; Normalize empty filter RE to nil.
1374 (unless (> (length filter-re) 0) (setq filter-re nil)) 1374 (unless (> (length filter-re) 0) (setq filter-re nil))
1375 ;; Indicate progress 1375 ;; Indicate progress
1376 (message "Comparing %s and %s modulo %s" d1 d2 filter-re) 1376 (message "Comparing `%s' and `%s' modulo `%s'" d1 d2 filter-re)
1377 (cond 1377 (cond
1378 ;; D1 & D2 directories => recurse 1378 ;; D1 & D2 directories => recurse
1379 ((and (file-directory-p d1) 1379 ((and (file-directory-p d1)