From: Mauro Aranda Date: Thu, 13 Mar 2025 09:48:39 +0000 (-0300) Subject: Recognize graphic as a type when customizing a face X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=434555079a676321e494ad3d5199589d3c3641be;p=emacs.git 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) --- 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.")