I\'ve upgraded to Emacs 23.3 and now the *Compile-Log* buffer opens constantly with errors like:
*Compile-Log*
Warning: `font-lock-beginning-of-syntax-fu
I fixed it by running this on the elisp:
sed -i.bak 's/font-lock-beginning-of-syntax-function/syntax-begin-function/g' `find . -name '*.el' -exec grep -l 'font-lock-beginning-of-syntax-function' {} \;`