auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] Re: Invalid face reference: quote


From: Leo
Subject: [AUCTeX-devel] Re: Invalid face reference: quote
Date: Sun, 16 May 2010 15:12:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

On 2010-05-16 14:39 +0100, Leo wrote:
> I am running emacs 23.2 with AUCTeX from today's CVS. Unfortunately this
> is not straightforward to debug. I'd be grateful of any help on fixing
> this?

--- a/auctex/font-latex.el.gz~
+++ b/auctex/font-latex.el.gz
@@ -514,7 +514,7 @@
        ((eq type 'noarg)
         `(,(intern (concat prefix name))
           ;; Quote a list of face properties but do not to quote a face symbol.
-          (0 ,(if (listp face) `',face face))))
+          (0 ,(if (listp face) `,face face))))
        ((eq type 'declaration)
         `(,(intern (concat prefix name))
           (0 'font-latex-warning-face t t)

Diff finished.  Sun May 16 15:09:05 2010

Leo




reply via email to

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