mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(custom-face-value-create): If face name doesn't end with "face", add
such here (similar to custom group widgets).
This commit is contained in:
parent
053457f406
commit
a62ebc520c
@ -2619,7 +2619,9 @@ Match frames with dark backgrounds.")
|
||||
(if (eq custom-buffer-style 'face)
|
||||
(insert " ")
|
||||
(widget-specify-sample widget begin (point))
|
||||
(insert ": "))
|
||||
(if (string-match "face\\'" tag)
|
||||
(insert ":")
|
||||
(insert " face: ")))
|
||||
;; Sample.
|
||||
(push (widget-create-child-and-convert widget 'item
|
||||
:format "(%{%t%})"
|
||||
|
Loading…
Reference in New Issue
Block a user