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.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index f7e6464..8b7ade5 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -385,8 +385,8 @@ of the saved playlist inside."
When NO-NEWLINE is non-nil, do not insert a newline after the track."
(emms-playlist-ensure-playlist-buffer)
(emms-with-inhibit-read-only-t
- (insert (propertize (emms-track-description track)
- 'emms-track track))
+ (insert (emms-propertize (emms-track-description track)
+ 'emms-track track))
(save-restriction
(widen)
(let ((p (emms-property-region (point-at-bol) 'emms-track))