branch: elpa/mpv
commit 174cd4b68b590da5ceb81675fb7c9afe5917716e
Author: magnus stahre <m...@xy.org>
Commit: magnus stahre <m...@xy.org>

    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 ()

Reply via email to