Update to Transient v0.3.7-219-g3ded15b
This commit is contained in:
parent
8d5aa8df4a
commit
21ec6c1d5c
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue