projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf9bb5
)
Fix layout of custom-face-edit widget
author
Andreas Schwab
<schwab@linux-m68k.org>
Wed, 14 Oct 2020 19:52:57 +0000
(21:52 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 3c9375349580d061bb2869dacd32c9a2bd03d0b9..510c6e3b4c4045a63789d5e5e1c2f81b6ccf0dc3 100644
(file)
--- 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)))