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: Drew Adams
Subject: bug#23957: [PATCH] Make fboundp an alias for symbol-function
Date: Tue, 12 Jul 2016 16:13:25 +0000 (UTC)

Why would we do this?

It is not backward compatible, since `fboundp' returns t if
there is a function value and `symbol-function' returns that
function value.  This will break any code that depends on
getting t or nil.

What is the point of this "fix"?





reply via email to

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