From 675f1fcb15f8b44aa26efedec8bc0b821ee62f3e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 25 Nov 2000 02:56:16 +0000 Subject: [PATCH] (custom-face-attributes): Add "None" choice to :stipple. --- lisp/cus-face.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 62f5cb57a82..7c4930ff990 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -201,9 +201,12 @@ (:stipple (choice :tag "Stipple" - :help-echo "Name of background bitmap file." + :help-echo "Background bit-mask" (const :tag "*" nil) - (file :tag "File" :must-match t))) + (const :tag "None" off) + (file :tag "File" + :help-echo "Name of bitmap file." + :must-match t))) (:inherit (repeat :tag "Inherit"