From 21ec6c1d5cc7b6e1858f21de62a593e25d205383 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 3 May 2023 15:02:31 +0200 Subject: [PATCH] Update to Transient v0.3.7-219-g3ded15b --- lisp/transient.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 4affc414fa6..9785e218b19 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -1071,7 +1071,8 @@ example, sets a variable, use `transient-define-infix' instead. (if (and desc (or (stringp desc) (symbolp desc))) desc (plist-get args :key))))))) - (setq args (plist-put args :command `(defalias ',sym ,cmd))))) + (setq args (plist-put args :command + `(defalias ',sym ,(macroexp-quote cmd)))))) ((or (stringp car) (and car (listp car))) (let ((arg pop)) -- 2.39.2