]> git.eshelyaron.com Git - emacs.git/commitdiff
(cwarn-font-lock-feature-keywords-alist):
authorGerd Moellmann <gerd@gnu.org>
Sun, 21 Oct 2001 22:47:15 +0000 (22:47 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 21 Oct 2001 22:47:15 +0000 (22:47 +0000)
Use `sexp' for :value-type instead of `face'.

lisp/ChangeLog
lisp/progmodes/cwarn.el

index 5a288ab3bf7b6f55a5b3c50e98abc792bf55066f..390d989c5f62229d28caa36f108b0607ab25f759 100644 (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
index b251487c9d58c9ac871fed78b45a3f16644306f3..ebc65edf076b9e7e2baa3bb70c289943c5ad2357 100644 (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