branch: elpa/mpv commit 62cb8825d525d7c9475dd93d62ba84d419bc4832 Author: Johann Klähn <joh...@jklaehn.de> Commit: Johann Klähn <joh...@jklaehn.de>
Fix obsolete function warning --- mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.el b/mpv.el index 8e87e4f4f7..03fcc6f5ab 100644 --- a/mpv.el +++ b/mpv.el @@ -597,7 +597,7 @@ See `org-timer-item' which this is based on." This can be used with the `org-open-at-point-functions' hook." (interactive) (save-excursion - (skip-chars-backward ":[:digit:]" (point-at-bol)) + (skip-chars-backward ":[:digit:]" (line-beginning-position)) (when (looking-at "[0-9]+:[0-9]\\{2\\}:[0-9]\\{2\\}") (let ((secs (org-timer-hms-to-secs (match-string 0)))) (when (>= secs 0)