(cwarn-font-lock-feature-keywords-alist):
Use `sexp' for :value-type instead of `face'.
This commit is contained in:
parent
98515cf03b
commit
0480815792
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue