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


_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to