emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a302689 2/2: Improve call to widget-create-child-and-convert in c


From: Lars Ingebrigtsen
Subject: master a302689 2/2: Improve call to widget-create-child-and-convert in cus-edit
Date: Sat, 5 Sep 2020 08:13:50 -0400 (EDT)

branch: master
commit a30268907c44bb88e601c61c1be9bd4949ad2f7d
Author: Mauro Aranda <maurooaranda@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 59ac52f..3e239bd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]