> (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
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
