Function: cpp-create-bg-face

cpp-create-bg-face is a byte-compiled function defined in cpp.el.gz.

Signature

(cpp-create-bg-face COLOR)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
;;; Faces:

(defun cpp-create-bg-face (color)
  ;; Create entry for face with background COLOR.
  (cons color (cons 'background-color color)))