>From cd13d3b0f1fc5ff0fcf2b581c8cffb18f5e05e05 Mon Sep 17 00:00:00 2001 From: Robert Cochran Date: Thu, 14 Jul 2016 15:37:24 -0700 Subject: [PATCH] Remove FIXME to alias fboundp to symbol-function As discussed in Bug#23957, the general consensus is that the FIXME was ill-advised. Remove it, so that no one else wastes time on it. * src/data.c (fboundp): Remove FIXME suggesting to alias it to symbol-function. --- src/data.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data.c b/src/data.c index 71da916..d8be1dc 100644 --- a/src/data.c +++ b/src/data.c @@ -629,7 +629,6 @@ global value outside of any lexical scope. */) return (EQ (valcontents, Qunbound) ? Qnil : Qt); } -/* FIXME: Make it an alias for function-symbol! */ DEFUN ("fboundp", Ffboundp, Sfboundp, 1, 1, 0, doc: /* Return t if SYMBOL's function definition is not void. */) (register Lisp_Object symbol) -- 2.7.4