# HG changeset patch # User Gerd Moellmann # Date 1003704253 0 # Node ID c302267b48cd6e90ee605bf26c4b60271eef6390 # Parent 6dde35eb48f715f7cf352320494d87c78fe77044 (cwarn-font-lock-feature-keywords-alist): Use `sexp' for :value-type instead of `face'. diff -r 6dde35eb48f7 -r c302267b48cd lisp/progmodes/cwarn.el --- 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 ;; 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