aboutsummaryrefslogtreecommitdiff
path: root/emms-tag-editor.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2007-02-15 23:11:00 +0000
committerMichael Olson <mwolson@gnu.org>2007-02-15 23:11:00 +0000
commitc042491950f6b57ff1c14d6bfd9d4f01a72d5d4a (patch)
tree54f7b2386c38bd539693740ea9c7fcb71741812f /emms-tag-editor.el
parent4d03fc1346fbd7d191636b946b51d3ca2fea9143 (diff)
Fix several XEmacs compatibility issues
darcs-hash:20070215231146-1bfb2-8b67281c41a771504c6549ad234eb82e26bbfc91.gz
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")))