|
From: | Stefan Monnier |
Subject: | Re: [Emacs-diffs] master 10efaf7: * lisp/htmlfontify.el (hfy-force-fontification): Use font-lock-ensure. |
Date: | Mon, 21 Nov 2016 21:51:12 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> (if (fboundp 'font-lock-ensure) > (font-lock-ensure) > (when font-lock-defaults > - (font-lock-fontify-buffer)))) > + (font-lock-ensure)))) That makes no sense: this code is in the `if` branch where font-lock-ensure is not fboundp. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |