emacs-diffs
[Top][All Lists]
Advanced

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

master 423439b: Fix layout of custom-face-edit widget


From: Andreas Schwab
Subject: master 423439b: Fix layout of custom-face-edit widget
Date: Wed, 14 Oct 2020 16:02:28 -0400 (EDT)

branch: master
commit 423439b38067c4a428310edab24fba7da082027c
Author: Andreas Schwab <schwab@linux-m68k.org>
Commit: Andreas Schwab <schwab@linux-m68k.org>

    Fix layout of custom-face-edit widget
    
    * lisp/cus-edit.el (custom-face-edit): Add :format to group
    widget.  (Bug#43977)
---
 lisp/cus-edit.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 3c93753..510c6e3 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -3205,6 +3205,7 @@ face attributes (as specified by a `default' defface 
entry)."
   :convert-widget 'custom-face-edit-convert-widget
   :args (mapcar (lambda (att)
                  (list 'group :inline t
+                       :format "%v"
                        :sibling-args (widget-get (nth 1 att) :sibling-args)
                        (list 'const :format "" :value (nth 0 att))
                        (nth 1 att)))



reply via email to

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