branch: elpa/magit
commit ae0c4728147aa635612c38cc26794b30b1fa5b74
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-ediff-show-working-tree: Use magit-modified-files
---
lisp/magit-ediff.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el
index 1d4041fcf5..5f578d79eb 100644
--- a/lisp/magit-ediff.el
+++ b/lisp/magit-ediff.el
@@ -428,7 +428,7 @@ FILE must be relative to the top directory of the
repository."
FILE must be relative to the top directory of the repository."
(interactive
(list (magit-read-file-choice "Show changes in file"
- (magit-changed-files "HEAD")
+ (magit-modified-files)
"No changed files")))
(magit-ediff-buffers (magit-ediff--find-file "HEAD" file)
(magit-ediff--find-file "{worktree}" file)))