aboutsummaryrefslogtreecommitdiff
path: root/emms-tag-editor.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2007-06-10 16:49:00 +0000
committerMichael Olson <mwolson@gnu.org>2007-06-10 16:49:00 +0000
commit55447381b73bf6a2165e083acc0a52a45608ac5a (patch)
tree21c6d485d2a293c56e7990cf8598e10c475f3872 /emms-tag-editor.el
parenta5183d7a30406d6d2f868c75ba73fff6af33798c (diff)
emms-tag-editor: Fix compiler warning
darcs-hash:20070610164902-1bfb2-6c0568753cfff5deb6ebe8d750868749b7950611.gz
Diffstat (limited to 'emms-tag-editor.el')
-rw-r--r--emms-tag-editor.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el
index 4880870..1712e43 100644
--- a/emms-tag-editor.el
+++ b/emms-tag-editor.el
@@ -432,7 +432,7 @@ Available tags are:
(len (length pattern))
(compiled "")
registers register match
- escape)
+ escape c)
(while (< i len)
(setq c (aref pattern i)
i (1+ i))