diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-edit.el | 2 |
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 |