Hi François, François Pinard <[email protected]> writes:
> (defun fp-fontify-fixme ()
> (font-lock-add-keywords
> nil '(("\\<FIXME\\>" 0 font-lock-warning-face t))))
Use this instead:
(defun fp-fontify-fixme ()
(font-lock-add-keywords
nil '(("\\<FIXME\\>" 0 font-lock-warning-face t)) t))
HTH,
--
Bastien
