# HG changeset patch # User Richard M. Stallman # Date 1135537180 0 # Node ID 4009e1aa393f3cae5aab89e02537ec5e7ee60941 # Parent 91c501f75eead155c1a145ec2e2314eb9b34d439 (cpp-face-none-list): Use cpp-face instead of face. diff -r 91c501f75eea -r 4009e1aa393f lisp/progmodes/cpp.el --- a/lisp/progmodes/cpp.el Sun Dec 25 14:09:57 2005 +0000 +++ b/lisp/progmodes/cpp.el Sun Dec 25 18:59:40 2005 +0000 @@ -189,7 +189,7 @@ '(("default" . default) ("invisible" . invisible)) "Alist of names and faces available even if you don't use a window system." - :type '(repeat (cons string face)) + :type '(repeat (cons string cpp-face)) :group 'cpp) (defvar cpp-face-all-list