emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 10efaf7: * lisp/htmlfontify.el (hfy-force-fonti


From: Mark Oteiza
Subject: Re: [Emacs-diffs] master 10efaf7: * lisp/htmlfontify.el (hfy-force-fontification): Use font-lock-ensure.
Date: Mon, 21 Nov 2016 23:06:24 -0500
User-agent: Mutt/1.7.1+41 (5382e1e4cee1) (2016-10-04)

On 21/11/16 at 09:51pm, Stefan Monnier wrote:
> >      (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.

Argh! Sorry, fixed.



reply via email to

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