emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Added alias for removed font-lock function


From: Stefan Monnier
Subject: Re: [PATCH] Added alias for removed font-lock function
Date: Thu, 22 Dec 2022 09:49:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> +(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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]