Adrian Aichner <aichner(a)ecf.teradyne.com> writes in xemacs-beta(a)xemacs.org:
When I add this to site-start.el:
(remove-hook 'font-lock-mode-hook 'turn-on-lazy-lock)
(add-hook 'font-lock-mode-hook 'turn-on-fast-lock)
vc-revert-buffer1 retains the fontification!
The remove-hook call should be redundant. Do you have an earlier site*.el
file that unconditionally turns on lazy-good-for-nothing-lock?