From ea2b85184b7e4fde1cf3e3ba680095177ffed29a Mon Sep 17 00:00:00 2001 From: Mauro Aranda Date: Fri, 4 Sep 2020 18:48:27 -0300 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. --- 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 23ceb3a857..7153ba40e1 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2685,7 +2685,7 @@ custom-variable-value-create :sample-face (if obsolete 'custom-variable-obsolete 'custom-variable-tag) - tag) + :tag tag) buttons) (push (widget-create-child-and-convert widget type -- 2.28.0