# HG changeset patch # User Andreas Schwab # Date 906110265 0 # Node ID f3d8ff8877ff414a2b4321f7075eb820edb5306c # Parent fe5ca8d66639c22b3045b392b41abbcf43fce974 (cpp-face-light-list, cpp-face-dark-list): Fix customize type. diff -r fe5ca8d66639 -r f3d8ff8877ff lisp/progmodes/cpp.el --- a/lisp/progmodes/cpp.el Fri Sep 18 09:17:02 1998 +0000 +++ b/lisp/progmodes/cpp.el Fri Sep 18 09:17:45 1998 +0000 @@ -157,12 +157,14 @@ (defcustom cpp-face-light-list nil "Alist of names and faces to be used for light backgrounds." - :type '(repeat (cons string face)) + :type '(repeat (cons string (choice face + (cons (const background-color) string)))) :group 'cpp) (defcustom cpp-face-dark-list nil "Alist of names and faces to be used for dark backgrounds." - :type '(repeat (cons string face)) + :type '(repeat (cons string (choice face + (cons (const background-color) string)))) :group 'cpp) (defcustom cpp-face-mono-list