(cwarn-font-lock-feature-keywords-alist):

Use `sexp' for :value-type instead of `face'.
This commit is contained in:
Gerd Moellmann 2001-10-21 22:47:15 +00:00
parent 98515cf03b
commit 0480815792
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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-21 Eli Zaretskii <eliz@is.elta.co.il>
* mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the

View file

@ -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 @@ keyword list."
: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