mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
* lisp/mpc.el (mpc-format): Fix oversight in commit 48b6cec61c
This commit is contained in:
parent
a4d97811ed
commit
94d1c81cf0
|
|
@ -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…
Reference in a new issue