]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix layout of custom-face-edit widget
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 14 Oct 2020 19:52:57 +0000 (21:52 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 14 Oct 2020 19:59:38 +0000 (21:59 +0200)
* lisp/cus-edit.el (custom-face-edit): Add :format to group
widget.  (Bug#43977)

lisp/cus-edit.el

index 3c9375349580d061bb2869dacd32c9a2bd03d0b9..510c6e3b4c4045a63789d5e5e1c2f81b6ccf0dc3 100644 (file)
@@ -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)))