bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#23957: [PATCH] Make fboundp an alias for symbol-function


From: Robert Cochran
Subject: bug#23957: [PATCH] Make fboundp an alias for symbol-function
Date: Tue, 12 Jul 2016 22:35:08 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> I expect 99% of the uses of fboundp don't care about the distinction
> between t and other non-nil values.  And at least 90% of the remaining
> 1% is probably ill-advised to rely on this distinction.  But the benefit
> of redefining fboundp as an alias rather than as its own function is
> probably too small to justify risking such breakage.

So then, is it generally agreed upon that I submit a new patch that
merely strips the FIXME, or does this need more discussion? Trying to
make sure I'm not jumping the gun by confirming before I do so.

Thanks,
~Robert Cochran





reply via email to

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