emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH] Per-window face support


From: Stefan Monnier
Subject: Re: [RFC PATCH] Per-window face support
Date: Sun, 17 Jun 2018 15:23:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> I think that ship sailed a long time ago. Almost everyone uses eq for
> integers,

That's OK.  We can (and probably should)

    (defalias 'eq #'eql)

without any significant performance impact.  Doing such a

    #define EQ EQL

in the C code might be too costly, which I why I suggest to do this
bit-by-bit.


        Stefan



reply via email to

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