emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mpv 3021c55fa5 32/50: Merge pull request #1 from magnussta


From: ELPA Syncer
Subject: [nongnu] elpa/mpv 3021c55fa5 32/50: Merge pull request #1 from magnusstahre/expand-tilde
Date: Tue, 28 Dec 2021 00:58:42 -0500 (EST)

branch: elpa/mpv
commit 3021c55fa5723a806dde5fb2a630b115e2c53d06
Merge: 0a02225f4e 174cd4b68b
Author: Johann Klähn <kljohann@gmail.com>
Commit: Johann Klähn <kljohann@gmail.com>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]