Recognize graphic as a type when customizing a face
* lisp/cus-edit.el (custom-display): Add checkbox for graphic. (Bug#76975)
This commit is contained in:
parent
1528d31564
commit
32ff6c9db1
1 changed files with 4 additions and 0 deletions
|
@ -3619,6 +3619,10 @@ Only match the specified window systems.")
|
|||
type)
|
||||
(checklist :inline t
|
||||
:offset 0
|
||||
(const :format "Graphic "
|
||||
:sibling-args (:help-echo "\
|
||||
Any graphics-capable display")
|
||||
graphic)
|
||||
(const :format "X "
|
||||
:sibling-args (:help-echo "\
|
||||
The X11 Window System.")
|
||||
|
|
Loading…
Add table
Reference in a new issue