emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 94d1c81cf07: * lisp/mpc.el (mpc-format): Fix oversight in commi


From: Stefan Monnier
Subject: emacs-29 94d1c81cf07: * lisp/mpc.el (mpc-format): Fix oversight in commit 48b6cec61cf
Date: Sun, 19 Mar 2023 16:03:01 -0400 (EDT)

branch: emacs-29
commit 94d1c81cf0732da96b33cfc5c967afbcdf9cf1b9
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * lisp/mpc.el (mpc-format): Fix oversight in commit 48b6cec61cf
---
 lisp/mpc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]