]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/international/emoji.el (emoji--narrow): move, avoid warning
authorMattias Engdegård <mattiase@acm.org>
Wed, 15 Feb 2023 11:21:44 +0000 (12:21 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 15 Feb 2023 11:21:44 +0000 (12:21 +0100)
lisp/international/emoji.el

index b920582fee0ba0713b42f40d7b58937e7d3e3010..fec3e637f0c644b696739a96a0614b4f99261c48 100644 (file)
@@ -116,6 +116,11 @@ and also consults the `emoji-alternate-names' alist."
       (emoji--add-recent glyph)
       (insert glyph))))
 
+(defclass emoji--narrow (transient-suffix)
+  ((title :initarg :title)
+   (done-derived :initarg :done-derived)
+   (children :initarg :children)))
+
 (defun emoji--setup-prefix (command title done-derived spec)
   (transient-setup
    command nil nil
@@ -137,11 +142,6 @@ and also consults the `emoji-alternate-names' alist."
 (defun emoji--group-description ()
   (car (oref transient--prefix scope)))
 
-(defclass emoji--narrow (transient-suffix)
-  ((title :initarg :title)
-   (done-derived :initarg :done-derived)
-   (children :initarg :children)))
-
 (transient-define-suffix emoji-insert-glyph ()
   "Insert the emoji you selected."
   (interactive nil not-a-mode)