diff options
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/data.c b/src/data.c index 25859105ee0..e4e55290e62 100644 --- a/src/data.c +++ b/src/data.c @@ -700,12 +700,10 @@ global value outside of any lexical scope. */) return (EQ (valcontents, Qunbound) ? Qnil : Qt); } -/* FIXME: It has been previously suggested to make this function an - alias for symbol-function, but upon discussion at Bug#23957, - there is a risk breaking backward compatibility, as some users of - fboundp may expect `t' in particular, rather than any true - value. An alias is still welcome so long as the compatibility - issues are addressed. */ +/* It has been previously suggested to make this function an alias for + symbol-function, but upon discussion at Bug#23957, there is a risk + breaking backward compatibility, as some users of fboundp may + expect `t' in particular, rather than any true value. */ DEFUN ("fboundp", Ffboundp, Sfboundp, 1, 1, 0, doc: /* Return t if SYMBOL's function definition is not void. */) (register Lisp_Object symbol) |