Variable: chart-face-pixmap-list

chart-face-pixmap-list is a variable defined in chart.el.gz.

Value

nil

Documentation

If pixmaps are allowed, display these background pixmaps.

Useful if new Emacs is used on B&W display.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/chart.el.gz
(defvar chart-face-pixmap-list
  (if (and (fboundp 'display-graphic-p)
	   (display-graphic-p))
      '("dimple1" "scales" "dot" "cross_weave" "boxes" "dimple3"))
  "If pixmaps are allowed, display these background pixmaps.
Useful if new Emacs is used on B&W display.")