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

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

Re: different font-lock faces for different modes


From: Stefan Monnier
Subject: Re: different font-lock faces for different modes
Date: Tue, 19 Jul 2005 11:16:04 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> (add-hook 'lisp-mode-hook
>            (lambda ()
>              (set (make-local-variable font-lock-comment-face) ugly-face)))
                                        ^^^
                                         '

And there was probably a quote missing in front of `ugly-face' as well.


        Stefan



reply via email to

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