Skip to content
Snippets Groups Projects
Commit 5566dc42 authored by wlott's avatar wlott
Browse files

Fixed FMAKUNBOUND to return the symbol instead of T.

parent cfbaac71
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment