Function: strokes-xpm-char-on-p
strokes-xpm-char-on-p is a byte-compiled function defined in
strokes.el.gz.
Signature
(strokes-xpm-char-on-p CHAR)
Documentation
Non-nil if CHAR represents an on bit in the XPM.
Source Code
;; Defined in /usr/src/emacs/lisp/strokes.el.gz
(defsubst strokes-xpm-char-on-p (char)
"Non-nil if CHAR represents an `on' bit in the XPM."
(eq char ?*))