emacs-devel
[Top][All Lists]
Advanced

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

Re: 7 logical-xor implementations in source tree


From: Stefan Monnier
Subject: Re: 7 logical-xor implementations in source tree
Date: Wed, 31 Jul 2019 11:42:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

I vote to define either `bool-equal` or `xor` (and this "or" is mutually
exclusive ;-), in either case taking exactly 2 arguments (while those
functions can be generalized to more, it's far from clear that it's
worth the trouble.  After all `equal` still only takes 2 args).

Then replace the various uses of <foo>-xor with calls to this
new function.


        Stefan




reply via email to

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