aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-07-02 02:03:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-07-02 02:03:00 +0000
commitafe2cacd997d7d3c680843339177ba4e1b82c652 (patch)
treea5631fc03d4a6673ecffd45e881f9d5b12ef4539 /emms-playlist-mode.el
parent4a873b05b48e1b3bca23499494cff40bf6a3e74a (diff)
Fix more XEmacs issues.
darcs-hash:20060702020302-1bfb2-ce8e5060cf1f7db0cf52e40d711d16e621f3968c.gz
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))