summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Aranda <maurooaranda@gmail.com>2020-09-05 14:13:03 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-09-05 14:13:03 +0200
commita30268907c44bb88e601c61c1be9bd4949ad2f7d (patch)
treea441d185c161634f0be6997304e8685398e0db5e
parente0c77bb62c1c950a82ea0517646d989dc5c1fe27 (diff)
downloademacs-a30268907c44bb88e601c61c1be9bd4949ad2f7d.tar.gz
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).
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
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