Re: font-lock-defaults in lisp/subr.el.

2005-05-20 Thread Stefan Monnier
> Does anyone see any problems with the patch below? font-lock-defaults > is defined in lisp/font-core.el which is loaded by lisp/loadup.el > before any major modes are loaded. I checked that the patch > introduces no compiler warnings. Now that font-core is preloaded, the thing can indeed be re

font-lock-defaults in lisp/subr.el.

2005-05-20 Thread Lute Kamstra
Does anyone see any problems with the patch below? font-lock-defaults is defined in lisp/font-core.el which is loaded by lisp/loadup.el before any major modes are loaded. I checked that the patch introduces no compiler warnings. Lute. Index: lisp/subr.el ===