We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b6e06 commit cb6550dCopy full SHA for cb6550d
1 file changed
lisp/transient.el
@@ -2498,7 +2498,8 @@ value. Otherwise return CHILDREN as is.")
2498
(pcase-let* ((`(,class . ,args) spec)
2499
(cmd (plist-get args :command))
2500
(_ (transient--load-command-if-autoload cmd))
2501
- (key (kbd (plist-get args :key)))
+ (key (plist-get args :key))
2502
+ (key (and key (kbd key)))
2503
(proto (and cmd (transient--suffix-prototype cmd)))
2504
(level (or (alist-get (cons cmd key) levels nil nil #'equal)
2505
(alist-get cmd levels)
0 commit comments