I noticed that when I do cvs-update, I get messages like:
Fontifying DemodI.cc... done.
CVS process has completed
Fontifying DemodI.cc... (regexps)...................
Why should I be fontifying DemodI.cc just because I did CVS update?
This seems like a bug to me.
This is some of my font-lock settings:
(setq font-lock-auto-fontify t)
(add-hook 'font-lock-mode-hook 'turn-on-lazy-lock)
(require 'font-lock)