diff --git a/lisp/vc/ediff-init.el b/lisp/vc/ediff-init.el index 1b478d3f9b7..72dae9b678f 100644 --- a/lisp/vc/ediff-init.el +++ b/lisp/vc/ediff-init.el @@ -1451,7 +1451,7 @@ This default should work without changes." (ediff-abbreviate-file-name (file-name-directory dir)))) (defsubst ediff-nonempty-string-p (string) - (and (stringp string) (string-empty-p string))) + (and (stringp string) (not (string-empty-p string)))) (defun ediff-abbrev-jobname (jobname) (cond ((eq jobname 'ediff-directories)