diff options
Diffstat (limited to 'lisp/mpc.el')
-rw-r--r-- | lisp/mpc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mpc.el b/lisp/mpc.el index db1da2ac030..b937a6b5945 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el @@ -1104,7 +1104,7 @@ If PLAYLIST is t or nil or missing, use the main playlist." (interactive) (mpc-constraints-push 'noerror) (mpc-constraints-restore - ',(list (list tag text))))))))) + (list (list tag text))))))))) (funcall insert (concat (when size (propertize " " 'display |