diff lisp/progmodes/cpp.el @ 67803:4009e1aa393f

(cpp-face-none-list): Use cpp-face instead of face.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Dec 2005 18:59:40 +0000
parents fdc28fc82a27
children e330fc29ae3e 7beb78bc1f8e
line wrap: on
line diff
--- 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