+2001-10-22 Gerd Moellmann <gerd@gnu.org>
+
+ * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
+ Use `sexp' for :value-type instead of `face'.
+
2001-10-20 Gerd Moellmann <gerd@gnu.org>
* Version 21.1 released.
;;; 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
: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