changeset 40159:c302267b48cd

(cwarn-font-lock-feature-keywords-alist): Use `sexp' for :value-type instead of `face'.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 21 Oct 2001 22:44:13 +0000
parents 6dde35eb48f7
children 514033020e9a
files lisp/progmodes/cwarn.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cwarn.el	Sun Oct 21 21:23:03 2001 +0000
+++ b/lisp/progmodes/cwarn.el	Sun Oct 21 22:44:13 2001 +0000
@@ -1,6 +1,6 @@
 ;;; cwarn.el --- highlight suspicious C and C++ constructions
 
-;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Author: Anders Lindgren <andersl@andersl.com>
 ;; Keywords: c, languages, faces
@@ -168,7 +168,7 @@
   :type '(alist :key-type (choice (const assign)
 				  (const semicolon)
 				  (const reference))
-		:value-type face)
+		:value-type (sexp :tag "Value"))
   :group 'cwarn)
 
 (defcustom cwarn-verbose t