changeset 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 91c501f75eea
children 94fe1fa6b39f
files lisp/progmodes/cpp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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