From: Andreas Schwab Date: Wed, 14 Oct 2020 19:52:57 +0000 (+0200) Subject: Fix layout of custom-face-edit widget X-Git-Tag: emacs-28.0.90~5637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=423439b38067c4a428310edab24fba7da082027c;p=emacs.git Fix layout of custom-face-edit widget * lisp/cus-edit.el (custom-face-edit): Add :format to group widget. (Bug#43977) --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 3c937534958..510c6e3b4c4 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)))