From a30268907c44bb88e601c61c1be9bd4949ad2f7d Mon Sep 17 00:00:00 2001 From: Mauro Aranda Date: Sat, 5 Sep 2020 14:13:03 +0200 Subject: [PATCH] Improve call to widget-create-child-and-convert in cus-edit * lisp/cus-edit.el (custom-variable-value-create): Pass tag as the :tag property value (bug#41905). --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 59ac52f0a40..3e239bd8753 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2686,7 +2686,7 @@ try matching its doc string against `custom-guess-doc-alist'." :sample-face (if obsolete 'custom-variable-obsolete 'custom-variable-tag) - tag) + :tag tag) buttons) (push (widget-create-child-and-convert widget type -- 2.39.5