From 434555079a676321e494ad3d5199589d3c3641be Mon Sep 17 00:00:00 2001 From: Mauro Aranda <maurooaranda@gmail.com> Date: Thu, 13 Mar 2025 06:48:39 -0300 Subject: [PATCH] Recognize graphic as a type when customizing a face * lisp/cus-edit.el (custom-display): Add checkbox for graphic. (Bug#76975) (cherry picked from commit 32ff6c9db150e5a4819cc4d7795dddfa554cad2c) --- lisp/cus-edit.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 2f14d6590c9..a5cf5f93385 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3670,6 +3670,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.") -- 2.39.5