From: Miles Bader Date: Sat, 25 Nov 2000 02:56:16 +0000 (+0000) Subject: (custom-face-attributes): Add "None" choice to :stipple. X-Git-Tag: emacs-pretest-21.0.92~77 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=675f1fcb15f8b44aa26efedec8bc0b821ee62f3e;p=emacs.git (custom-face-attributes): Add "None" choice to :stipple. --- 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"