emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-26 ee512e9: Ignore buffers whose name begins wit


From: Stefan Monnier
Subject: Re: [Emacs-diffs] emacs-26 ee512e9: Ignore buffers whose name begins with a space in save-some-buffers
Date: Tue, 19 Sep 2017 11:56:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> Thanks. delay-mode-hooks was removed a few months ago because it causes
> errors for eldoc. Use font-lock-ensure is a good idea but will have to
> wait until emacs 25+ is required.

You can

    (if (fboundp 'font-lock-ensure)
        (font-lock-ensure)
      ...oldcode...)

in the mean time,


        Stefan



reply via email to

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