aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r--emms-playlist-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index 4ed2d89..21e782e 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -200,7 +200,7 @@ Otherwise play the track immediately."
(save-excursion
;; move to the start of the line, in case the point is on the \n,
;; which isn't propertized
- (move-beginning-of-line nil)
+ (emms-move-beginning-of-line nil)
(if (not emms-playlist-mode-open-playlists)
(emms-playlist-mode-play-current-track)
(let* ((track (emms-playlist-track-at))