unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23988: [PATCH] Remove FIXME to alias fboundp to symbol-function
@ 2016-07-14 22:49 Robert Cochran
  2016-07-15  7:13 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Cochran @ 2016-07-14 22:49 UTC (permalink / raw)
  To: 23988

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

Hello bug-gnu-emacs,

As discussed in Bug#23957, the FIXME above fboundp suggesting to alias
it to symbol-function is considered too great a risk to backwards
compatibility. This patch removes the FIXME, so that other developers do
not waste their time on it.

Thanks,
~Robert Cochran


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Patch to remove fboundp alias FIXME --]
[-- Type: text/x-patch, Size: 943 bytes --]

From cd13d3b0f1fc5ff0fcf2b581c8cffb18f5e05e05 Mon Sep 17 00:00:00 2001
From: Robert Cochran <robert-git@cochranmail.com>
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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-17  1:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 22:49 bug#23988: [PATCH] Remove FIXME to alias fboundp to symbol-function Robert Cochran
2016-07-15  7:13 ` Eli Zaretskii
2016-07-15 19:50   ` Robert Cochran
2016-07-16  6:56     ` Eli Zaretskii
2016-07-17  1:44       ` npostavs

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).