* lisp/mpc.el (mpc-format): Fix oversight in commit 48b6cec61c
This commit is contained in:
parent
a4d97811ed
commit
94d1c81cf0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue