From 2787833d0ee85f4b84d15f665c38786a7ec53f47 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 21 Oct 2001 22:48:45 +0000 Subject: [PATCH] (cwarn-font-lock-feature-keywords-alist): Use `sexp' for :value-type instead of `face'. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/cwarn.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index efa3534b5d2..137f0b1c522 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-22 Gerd Moellmann + + * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist): + Use `sexp' for :value-type instead of `face'. + 2001-10-20 Gerd Moellmann * Version 21.1 released. diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index b251487c9d5..ebc65edf076 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el @@ -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 @@ 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 -- 2.39.2