Stefan Monnier [2016-02-07 22:09:46-05] wrote: >> (if (fboundp 'font-lock-ensure) >> 'font-lock-ensure >> 'font-lock-fontify-region))) > But if there's only a single cal to that function, you might as well > inline it at its only call site. Ok, thanks. I'll push the simple version.