>   (setq font-lock-keywords '(("foo" . bold)))
                                        ^^^^

This shouldn't be a face symbol but an expression (whose value is typically
a face symbol).  I.e.:

   (setq font-lock-keywords '(("foo" (0 'bold))))


-- Stefan


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to