bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Invalid face" error customizing the Cwarn package


From: Gerd Moellmann
Subject: Re: "Invalid face" error customizing the Cwarn package
Date: 22 Oct 2001 00:53:50 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

Samuel Padgett <spadgett1@nc.rr.com> writes:

> In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)

[...]

> I get an "Invalid face" error customizing the Cwarn package.

Thanks,  Samuel.  I think this should fix it:

*** cwarn.el    2001/10/21 22:40:16     1.4
--- cwarn.el    2001/10/21 22:41:25
***************
*** 168,174 ****
    :type '(alist :key-type (choice (const assign)
                                  (const semicolon)
                                  (const reference))
!               :value-type face)
    :group 'cwarn)
  
  (defcustom cwarn-verbose t
--- 168,174 ----
    :type '(alist :key-type (choice (const assign)
                                  (const semicolon)
                                  (const reference))
!               :value-type (sexp :tag "Value"))
    :group 'cwarn)
  
  (defcustom cwarn-verbose t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]