From 2b28242a8c3f844c3e55ca788ef3e166d0ff9d50 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 15 Sep 1992 17:46:41 +0000 Subject: [PATCH] delete-lambda => delete-functional, since only the latter is an interface function. --- compiler/envanal.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/envanal.lisp b/compiler/envanal.lisp index 8df6e2d9c..5c91803e9 100644 --- a/compiler/envanal.lisp +++ b/compiler/envanal.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/envanal.lisp,v 1.21 1992/08/01 14:00:26 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/envanal.lisp,v 1.22 1992/09/15 17:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -57,7 +57,7 @@ (and *byte-compiling* (eq kind :optional))) (assert (member kind '(:optional :cleanup :escape))) (setf (functional-kind fun) nil) - (delete-lambda fun))))) + (delete-functional fun))))) (undefined-value)) -- GitLab