From 199ea53290b7fe3c3f1492a9723818f4ba18f9ef Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 16 May 1992 23:36:15 +0000 Subject: [PATCH] IN-PACKAGE is no longer a function. --- compiler/fndb.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 8b9b9fe13..658bcf4a9 100644 --- a/compiler/fndb.lisp +++ b/compiler/fndb.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.48 1992/05/07 08:49:31 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.49 1992/05/16 23:36:15 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -179,7 +179,6 @@ ;; ### Extensions... (internal-symbols index) (external-symbols index)) package) -(defknown in-package (stringlike &key (nicknames list) (use list)) package) (defknown find-package (stringlike) (or package null) (flushable)) (defknown package-name (packagelike) simple-string (flushable)) (defknown package-nicknames (packagelike) list (flushable)) -- GitLab