aboutsummaryrefslogtreecommitdiff
path: root/emms-mark.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-mark.el
parent4d03fc1346fbd7d191636b946b51d3ca2fea9143 (diff)
Fix several XEmacs compatibility issues
darcs-hash:20070215231146-1bfb2-8b67281c41a771504c6549ad234eb82e26bbfc91.gz
Diffstat (limited to 'emms-mark.el')
-rw-r--r--emms-mark.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-mark.el b/emms-mark.el
index 84d82d5..3ea0b96 100644
--- a/emms-mark.el
+++ b/emms-mark.el
@@ -76,8 +76,8 @@
(> arg 0))
(setq track (get-text-property (point) 'emms-track))
(delete-char 1)
- (insert (propertize (string emms-mark-char)
- 'emms-track track))
+ (insert (emms-propertize (string emms-mark-char)
+ 'emms-track track))
(backward-char 1)
(put-text-property (point) (progn (forward-line 1) (point))
'face face)