mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
; * emoji.el (emoji--define-transient): Adapt to recent changes in transient.
This commit is contained in:
parent
eb8478c514
commit
2eb2eb0c9e
@ -552,8 +552,7 @@ the name is not known."
|
||||
(apply (or class 'transient-prefix) :command name
|
||||
(cons :variable-pitch (cons t slots))))
|
||||
(put name 'transient--layout
|
||||
(cl-mapcan (lambda (s) (transient--parse-child name s))
|
||||
suffixes)))
|
||||
(transient-parse-suffixes name suffixes)))
|
||||
name))
|
||||
|
||||
(defun emoji--recent-transient (end-function)
|
||||
|
Loading…
Reference in New Issue
Block a user