From: Stefan Monnier Date: Sun, 19 Mar 2023 20:02:52 +0000 (-0400) Subject: * lisp/mpc.el (mpc-format): Fix oversight in commit 48b6cec61cf X-Git-Tag: emacs-29.0.90~128 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94d1c81cf0732da96b33cfc5c967afbcdf9cf1b9;p=emacs.git * lisp/mpc.el (mpc-format): Fix oversight in commit 48b6cec61cf --- 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