Something like this? Thanks! Benson On Thu, Dec 22, 2022, at 8:49 AM, Stefan Monnier wrote: >> +(define-obsolete-function-alias 'font-lock-fontify-syntactically-region #'font-lock-default-fontify-syntactically "29.1") > > > Indeed, tho, could you try and fit this within 80 columns? > Also, I think the better replacement for the old > `font-lock-fontify-syntactically-region` could be > (funcall font-lock-fontify-syntactically-function BEG END), which by > default will end up calling `font-lock-default-fontify-syntactically`. > > > Stefan