# HG changeset patch # User Miles Bader # Date 975120976 0 # Node ID 2dccf621b5171030b4692cca6b5d991f3ef84074 # Parent 0c5bc441726c62b1c2784684c45b124c417226ab (custom-face-attributes): Add "None" choice to :stipple. diff -r 0c5bc441726c -r 2dccf621b517 lisp/cus-face.el --- a/lisp/cus-face.el Sat Nov 25 02:39:18 2000 +0000 +++ b/lisp/cus-face.el Sat Nov 25 02:56:16 2000 +0000 @@ -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"