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

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

Re: How do I get rid of a face defined with defface?


From: Eli Zaretskii
Subject: Re: How do I get rid of a face defined with defface?
Date: Sun, 21 Jul 2019 05:30:12 +0300

> From: Noam Postavsky <npostavs@gmail.com>
> Date: Sat, 20 Jul 2019 17:56:16 -0400
> Cc: Help Gnu Emacs mailing list <help-gnu-emacs@gnu.org>
> 
> (setq face-new-frame-defaults
>       (assq-delete-all 'c-debug-is-sws-face face-new-frame-defaults))
> 
> which seems to work.

I don't think you can do that safely, because the face could be used
by some frames.



reply via email to

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