diff options
| author | Jonas Bernoulli | 2022-11-02 23:33:59 +0100 |
|---|---|---|
| committer | Jonas Bernoulli | 2022-11-03 12:40:57 +0100 |
| commit | 2eb2eb0c9ead205935be58ce9bb54465d48b20c8 (patch) | |
| tree | 534d0517b964bec1b6812c57ff0a714ae0a84bf3 | |
| parent | eb8478c5142c32efacb19e22c5203885393a423c (diff) | |
| download | emacs-2eb2eb0c9ead205935be58ce9bb54465d48b20c8.tar.gz emacs-2eb2eb0c9ead205935be58ce9bb54465d48b20c8.zip | |
; * emoji.el (emoji--define-transient): Adapt to recent changes in transient.
| -rw-r--r-- | lisp/international/emoji.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/international/emoji.el b/lisp/international/emoji.el index 4f4d4f48320..3d065b778e6 100644 --- a/lisp/international/emoji.el +++ b/lisp/international/emoji.el | |||
| @@ -552,8 +552,7 @@ the name is not known." | |||
| 552 | (apply (or class 'transient-prefix) :command name | 552 | (apply (or class 'transient-prefix) :command name |
| 553 | (cons :variable-pitch (cons t slots)))) | 553 | (cons :variable-pitch (cons t slots)))) |
| 554 | (put name 'transient--layout | 554 | (put name 'transient--layout |
| 555 | (cl-mapcan (lambda (s) (transient--parse-child name s)) | 555 | (transient-parse-suffixes name suffixes))) |
| 556 | suffixes))) | ||
| 557 | name)) | 556 | name)) |
| 558 | 557 | ||
| 559 | (defun emoji--recent-transient (end-function) | 558 | (defun emoji--recent-transient (end-function) |