branch: elpa/mpv
commit 3021c55fa5723a806dde5fb2a630b115e2c53d06
Merge: 0a02225f4e 174cd4b68b
Author: Johann Klähn <[email protected]>
Commit: Johann Klähn <[email protected]>
Merge pull request #1 from magnusstahre/expand-tilde
call expand-file-name on files passed to mpv-play
---
mpv.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpv.el b/mpv.el
index 4d6a270705..03935912a6 100644
--- a/mpv.el
+++ b/mpv.el
@@ -195,7 +195,7 @@ You can use this with `org-add-link-type' or
`org-file-apps'.
See `mpv-start' if you need to pass further arguments and
`mpv-default-options' for default options."
(interactive "fFile: ")
- (start path))
+ (start (expand-file-name path)))
:autoload
(defun kill ()