aboutsummaryrefslogtreecommitdiff
path: root/emms-tag-editor.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-tag-editor.el')
-rw-r--r--emms-tag-editor.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el
index 0bb6bdd..51e423d 100644
--- a/emms-tag-editor.el
+++ b/emms-tag-editor.el
@@ -58,8 +58,9 @@
(format "%%m\n%-16s = %%f\n%s\n\n" "name"
(mapconcat
(lambda (tag)
- (concat (propertize (format "%-16s = " (symbol-name tag))
- 'read-only t 'rear-nonsticky t 'face 'bold)
+ (concat (emms-propertize (format "%-16s = " (symbol-name tag))
+ 'read-only t 'rear-nonsticky t
+ 'face 'bold)
"%" (cdr (assoc tag emms-tag-editor-tags))))
tags "\n")))