From 5566dc4263af98cdbfd784c3aaa7c7e4c75e52d5 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 24 Feb 1992 00:47:06 +0000
Subject: [PATCH] Fixed FMAKUNBOUND to return the symbol instead of T.

---
 code/fdefinition.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/fdefinition.lisp b/code/fdefinition.lisp
index 47cb21863..714487d3d 100644
--- a/code/fdefinition.lisp
+++ b/code/fdefinition.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fdefinition.lisp,v 1.10 1991/11/07 15:46:07 chiles Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fdefinition.lisp,v 1.11 1992/02/24 00:47:06 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -274,4 +274,4 @@
   (function-name-dispatch name
     (fmakunbound (the symbol name))
     (remhash (cadr name) *setf-functions*))
-  t)
+  name)
-- 
GitLab