mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-18 09:55:42 +00:00
* 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)
|
(interactive)
|
||||||
(mpc-constraints-push 'noerror)
|
(mpc-constraints-push 'noerror)
|
||||||
(mpc-constraints-restore
|
(mpc-constraints-restore
|
||||||
',(list (list tag text)))))))))
|
(list (list tag text)))))))))
|
||||||
(funcall insert
|
(funcall insert
|
||||||
(concat (when size
|
(concat (when size
|
||||||
(propertize " " 'display
|
(propertize " " 'display
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue