From a9064bfdd9c4bf4888a0cf043a0537ada36f454e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 7 May 2026 19:05:39 +0300 Subject: [PATCH] ; * lisp/term/x-win.el (icon-map-list): Fix :type (bug#80982) --- lisp/term/x-win.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 7f03e9be585..c9713287d0e 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1491,7 +1491,10 @@ If you don't want stock icons, set the variable to nil." :type '(choice (const :tag "Don't use stock icons" nil) (repeat (choice symbol (cons (string :tag "Emacs icon") - (string :tag "Stock/named"))))) + (choice + (group (string "Named") + (string "Stock")) + (string :tag "Stock/named")))))) :group 'x) (defcustom x-display-cursor-at-start-of-preedit-string nil