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).
This commit is contained in:
parent
e0c77bb62c
commit
a30268907c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue