[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Obsoleting font-latex-update-font-lock for fixing bug#37945
From: |
Tassilo Horn |
Subject: |
Re: Obsoleting font-latex-update-font-lock for fixing bug#37945 |
Date: |
Sun, 14 Jun 2020 21:17:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Ikumi Keita <ikumi@ikumi.que.jp> writes:
>>> Maybe `font-lock-flush' should be added as well.
>
> According to NEWS.25, `font-lock-flush' was introduced in emacs 25.1.
> So we need at least fboundp check for emacs 24 users.
Right, and we have that check. Both calls are like this:
;; Trigger refontification.
(when (fboundp 'font-lock-flush)
(font-lock-flush))
Bye,
Tassilo
Re: Obsoleting font-latex-update-font-lock for fixing bug#37945, Uwe Brauer, 2020/06/11